CMake: drop support for cmake < 3.5
[openjpeg.git] / tools / ctest_scripts / travis-ci.cmake
index b9f75fff3ac5905b71807c29053a592a25f74a3e..7d1c9f32502339b41248a0243dac7f15af2bad6c 100644 (file)
@@ -4,7 +4,7 @@
 # Results will be available at: http://my.cdash.org/index.php?project=OPENJPEG
 # -----------------------------------------------------------------------------
 
-cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
 
 set( ENV{LANG} en_US.UTF-8)
 if($ENV{OPJ_BINARY_DIR})