We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8ceed commit d7374f2Copy full SHA for d7374f2
CMakeLists.txt
@@ -24,6 +24,10 @@ ENDIF()
24
25
PROJECT(libfreenect2)
26
27
+IF(POLICY CMP0042)
28
+ cmake_policy(SET CMP0042 NEW)
29
+ENDIF()
30
+
31
SET(MY_DIR ${libfreenect2_SOURCE_DIR})
32
SET(DEPENDS_DIR "${MY_DIR}/depends" CACHE STRING "dependency directory must be set to 'false' if external deps are used")
33
0 commit comments