Skip to content
Snippets Groups Projects
Commit e648f23e authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

CMP0043 doesn't apply <3.0.0

parent 0436aa0e
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,9 @@ endif() ...@@ -20,7 +20,9 @@ endif()
cmake_policy( SET CMP0023 OLD ) cmake_policy( SET CMP0023 OLD )
# Keep cmake 3.0 quiet # Keep cmake 3.0 quiet
cmake_policy( SET CMP0043 OLD ) if( ${CMAKE_VERSION} VERSION_LESS "3.0.0" )
cmake_policy( SET CMP0043 OLD )
endif()
include( MacroOptionalFindPackage ) include( MacroOptionalFindPackage )
include( MacroLogFeature ) include( MacroLogFeature )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment