Changed cmake version test to allow for cmake 2.8.11.x
[openjpeg.git] / src / bin / jp2 / CMakeLists.txt
index 4324c36d04c90a42618935658fc8e65ab3aa3e61..4d4bd952fb6cf956e6390dbffb0e94f8e72ae3d8 100644 (file)
@@ -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}