Skip to content

Commit

Permalink
Make libfreenect system to avoid warnings when including its headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Sep 27, 2024
1 parent d3cd3c3 commit e6a1eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sensor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(USE_DIRECTSHOW)
list(APPEND opt_libs ${DIRECTSHOW_LIBRARIES})
endif()
if(USE_LIBFREENECT)
list(APPEND opt_incs ${LIBFREENECT_INCLUDE_DIRS})
list(APPEND opt_system_incs ${LIBFREENECT_INCLUDE_DIRS})
list(APPEND opt_libs ${LIBFREENECT_LIBRARIES})
endif()
if(USE_LIBUSB_1)
Expand Down

0 comments on commit e6a1eff

Please sign in to comment.