Merge pull request #1141 from szukw000/changes-in-pnmtoimage
[openjpeg.git] / src / bin / jp2 / CMakeLists.txt
index ad7bce719367d85d3b3819ce932a92e3d8841b9f..4d4bd952fb6cf956e6390dbffb0e94f8e72ae3d8 100644 (file)
@@ -44,6 +44,9 @@ endif()
 # Loop over all executables:
 foreach(exe opj_decompress opj_compress opj_dump)
   add_executable(${exe} ${exe}.c ${common_SRCS})
+  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}
     ${PNG_LIBNAME} ${TIFF_LIBNAME} ${LCMS_LIBNAME}
     )