Skip to content
Snippets Groups Projects
Commit d613197e authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: choose old behaviour for cmake policy CMP0046

parent 37c21db0
Branches
Tags
No related merge requests found
......@@ -13,6 +13,9 @@ foreach(p
endif()
endforeach()
# CMP0046 : from CMake 3.0, old behaviour is more convenient
cmake_policy(SET CMP0046 OLD)
project(OTB)
include(CMakeDependentOption)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment