summaryrefslogtreecommitdiff
path: root/tests/nonregression
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-09-01 20:43:43 +0200
committermayeut <mayeut@users.noreply.github.com>2015-09-01 20:43:43 +0200
commitc5dd6035c942ab5969b7dc3a873e95e3b542f544 (patch)
tree5cf97453b38b77e1cbe7073f72121a7f6aa52b4b /tests/nonregression
parent2eb97a851d2ba41d64807a489d39b2976f701142 (diff)
Correct CMake version requirements
Update uclouvain/openjpeg#488
Diffstat (limited to 'tests/nonregression')
-rw-r--r--tests/nonregression/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/nonregression/CMakeLists.txt b/tests/nonregression/CMakeLists.txt
index ab90f03b..2527f8cb 100644
--- a/tests/nonregression/CMakeLists.txt
+++ b/tests/nonregression/CMakeLists.txt
@@ -1,5 +1,7 @@
# NON-REGRESSION TESTS ON THIS DATASET LOCATED ${OPJ_DATA_ROOT}/input/nonregression
+cmake_minimum_required(VERSION 2.8.7)
+
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Temporary)
set(TEMP ${CMAKE_CURRENT_BINARY_DIR}/Temporary)