Skip to content
Snippets Groups Projects
Commit d16be6d9 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: Ajout des options en tete des CMakeLists.txt pour le warning CMP0003

parent 5e433da2
Branches
Tags
No related merge requests found
# This is the root OTB CMakeLists file.
# $Id$
#
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
IF(COMMAND CMAKE_POLICY)
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