From 157a3d840884abe5020b1a8b94576a7447063385 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 14 Nov 2017 21:45:09 +1100 Subject: Changed cmake version test to allow for cmake 2.8.11.x --- src/bin/jp2/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt index 4324c36d..4d4bd952 100644 --- a/src/bin/jp2/CMakeLists.txt +++ b/src/bin/jp2/CMakeLists.txt @@ -44,7 +44,7 @@ endif() # Loop over all executables: foreach(exe opj_decompress opj_compress opj_dump) add_executable(${exe} ${exe}.c ${common_SRCS}) - if(${CMAKE_VERSION} VERSION_GREATER "2.8.11") + if(NOT ${CMAKE_VERSION} VERSION_LESS "2.8.12") target_compile_options(${exe} PRIVATE ${OPENJP2_COMPILE_OPTIONS}) endif() target_link_libraries(${exe} ${OPENJPEG_LIBRARY_NAME} -- cgit v1.2.3