Skip to content

Commit

Permalink
cmake -DFRAMOS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonHyeongP committed Oct 24, 2024
1 parent 749113a commit 183cd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 183cd38

Please sign in to comment.