Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
GeonHyeongP committed Oct 24, 2024
1 parent 749113a commit 3c983e1
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 @@ -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)
Expand Down

0 comments on commit 3c983e1

Please sign in to comment.