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 abef1d4 commit 5e85a1dCopy full SHA for 5e85a1d
src/application/CMakeLists.txt
@@ -39,6 +39,10 @@ endif()
39
40
find_package(DevIL COMPONENTS IL ILU) # yields IL_FOUND, IL_LIBRARIES, IL_INCLUDE_DIR
41
42
+# for newer CMake versions and Boost 1.70 pr newer must use Boost's make file
43
+if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30)
44
+ cmake_policy(SET CMP0167 NEW)
45
+endif()
46
if(PopSift_BOOST_USE_STATIC_LIBS)
47
set(Boost_USE_STATIC_LIBS ON)
48
endif()
0 commit comments