Skip to content
Snippets Groups Projects
Commit 5b006dfd authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

Pb de compile avec GUI : CMAKE_POLICY(SET CMP0003 NEW) -> CMAKE_POLICY(SET CMP0003 OLD)

parent d16be6d9
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
#
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
CMAKE_POLICY(SET CMP0003 OLD)
ENDIF(COMMAND CMAKE_POLICY)
PROJECT(OTB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment