From 183cd381b84e6b21a909b66b265fa604360210d7 Mon Sep 17 00:00:00 2001 From: GeonHyeongP Date: Thu, 24 Oct 2024 17:31:40 +0900 Subject: [PATCH] cmake -DFRAMOS=1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8fd03ae..b55d68f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ include(CMake/install_config.cmake) if(BUILD_FRAMOS_CODE) #add_compile_definitons is not compatible with cmake version: 3.1.0 #add_compile_definitions(FRAMOS) - add_definitions(-DFRAMOS) + add_definitions(-DFRAMOS=1) #DISABLE_LIBUSB flag added for FRAMOS librealsense as a workaround for a rare seg fault issue if(FRAMOS_DISABLE_LIBUSB) add_definitions(-DFRAMOS_DISABLE_LIBUSB)