Skip to content
Snippets Groups Projects
Commit 0d8064a2 authored by Julien Michel's avatar Julien Michel
Browse files

COMP: Trying the NEW cmake policy.

parent d55212b5
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 OLD)
CMAKE_POLICY(SET CMP0003 NEW)
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