From 3c983e176b76a42d43a41d4a5740b334755efae4 Mon Sep 17 00:00:00 2001 From: GeonHyeongP Date: Thu, 24 Oct 2024 18:02:14 +0900 Subject: [PATCH] test --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fd03ae..1517f93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,9 @@ endif() include(CMake/install_config.cmake) if(BUILD_FRAMOS_CODE) + MESSAGE(STATUS "BUILD_FRAMOS_CODE work") #add_compile_definitons is not compatible with cmake version: 3.1.0 - #add_compile_definitions(FRAMOS) + add_compile_definitions(FRAMOS) add_definitions(-DFRAMOS) #DISABLE_LIBUSB flag added for FRAMOS librealsense as a workaround for a rare seg fault issue if(FRAMOS_DISABLE_LIBUSB)