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

COMP: fix compilation of examples with clang 7

parent 1adcf817
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!297COMP: fix compilation of examples with clang 7
......@@ -20,11 +20,7 @@
##### check if standalone project ######
if(NOT PROJECT_NAME)
if(WIN32)
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
else()
cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR)
endif()
cmake_minimum_required(VERSION 3.1.0)
project(OTBExamples)
endif()
......
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