summaryrefslogtreecommitdiff
path: root/src/lib/openjpip
diff options
context:
space:
mode:
authorMatthieu Darbois <mayeut@users.noreply.github.com>2015-07-30 18:09:42 +0200
committerMatthieu Darbois <mayeut@users.noreply.github.com>2015-07-30 18:09:42 +0200
commitf026c0541e43f8f7a7fa1b124647d4f6cfcd4964 (patch)
treee9032793694583f9f448644d90c899407afd7914 /src/lib/openjpip
parent5b66156be4c372f6486bc47762046fc5c5b8cc0e (diff)
parente4735c703d4cffc15b3e9361b488098946324404 (diff)
Merge pull request #555 from rdieter/master
better -ffast-math handling
Diffstat (limited to 'src/lib/openjpip')
-rw-r--r--src/lib/openjpip/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/openjpip/CMakeLists.txt b/src/lib/openjpip/CMakeLists.txt
index c149ef3f..28e8259d 100644
--- a/src/lib/openjpip/CMakeLists.txt
+++ b/src/lib/openjpip/CMakeLists.txt
@@ -61,6 +61,7 @@ endif()
add_library(openjpip ${OPENJPIP_SRCS} ${LOCAL_SRCS})
set_target_properties(openjpip
PROPERTIES ${OPENJPEG_LIBRARY_PROPERTIES})
+target_compile_options(openjpip PRIVATE ${OPENJPEG_LIBRARY_COMPILE_OPTIONS})
target_link_libraries(openjpip ${OPENJPEG_LIBRARY_NAME})
if(WIN32)
# add Winsock on windows+mingw