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 5e85a1d commit 0b4a2beCopy full SHA for 0b4a2be
src/application/CMakeLists.txt
@@ -39,7 +39,7 @@ 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
+# for newer CMake versions and Boost 1.70 or newer must use Boost's make file
43
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.30)
44
cmake_policy(SET CMP0167 NEW)
45
endif()
0 commit comments