File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ PROJECT(libfreenect2)
44SET (CMAKE_BUILD_TYPE RelWithDebInfo)
55
66SET (MY_DIR ${libfreenect2_SOURCE_DIR} )
7- SET (DEPENDS_DIR "${MY_DIR} /../../depends" CACHE STRING "dependency directory" )
7+ SET (DEPENDS_DIR "${MY_DIR} /../../depends" CACHE STRING "dependency directory must be set to 'false' if external deps are used " )
88
99OPTION (ENABLE_CXX11 "Enable C++11 support" OFF )
1010OPTION (ENABLE_OPENCL "Enable OpenCL support" ON )
Original file line number Diff line number Diff line change 88# LibUSB_LIBRARIES: the libraries
99
1010IF (PKG_CONFIG_FOUND)
11- IF (${ DEPENDS_DIR} ) #Otherwise use System pkg-config path
11+ IF (DEPENDS_DIR) #Otherwise use System pkg-config path
1212 SET (ENV{PKG_CONFIG_PATH} "${DEPENDS_DIR} /libusb/lib/pkgconfig" )
1313 ENDIF ()
1414 IF (LibUSB_FIND_REQUIRED)
You can’t perform that action at this time.
0 commit comments