Skip to content

Commit

Permalink
ttest
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonHyeongP committed Oct 24, 2024
1 parent 27fbe70 commit fb8108e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ 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(-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)
Expand Down

0 comments on commit fb8108e

Please sign in to comment.