We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14853f1 commit 9645790Copy full SHA for 9645790
2 files changed
Codecs/CodecPNG/CMakeLists.txt
@@ -11,7 +11,9 @@ set(TargetName CodecPNG)
11
add_library (${TargetName} ${sourceFiles} )
12
13
#ZLIB
14
-option(ZLIB_BUILD_BINARIES "Build zlib test sample and example" OFF)
+option(ZLIB_BUILD_TESTING "Enable Zlib Examples as tests" OFF)
15
+option(ZLIB_BUILD_MINIZIP "Enable building libminizip contrib library" OFF)
16
+
17
set(LibPNGFolder ../../External/libpng)
18
set(zlibFolder ../../External/zlib)
19
cmake_path(ABSOLUTE_PATH zlibFolder NORMALIZE OUTPUT_VARIABLE zlibFolder)
Codecs/CodecTiff/CMakeLists.txt
@@ -44,6 +44,7 @@ if (IMCODEC_DISABLE_WARNINGS_EXTERNAL_LIBS)
44
-Wno-reserved-macro-identifier
45
-Wno-unused-parameter
46
-Wno-unsafe-buffer-usage
47
+ -Wno-switch-default
48
)
49
50
target_compile_options(port PRIVATE
0 commit comments