From e15e2964f9be735b7731df7205b2b6dbebc954cc Mon Sep 17 00:00:00 2001 From: GeonHyeongP Date: Fri, 25 Oct 2024 11:05:31 +0900 Subject: [PATCH] asd --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c00d69..0a1c925 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,7 +95,6 @@ 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_definitions(-DLIBREALSENSE_RS2_TYPES_H) add_definitions(-DFRAMOS) #DISABLE_LIBUSB flag added for FRAMOS librealsense as a workaround for a rare seg fault issue if(FRAMOS_DISABLE_LIBUSB)