mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
af031ae388
* [tmxparser] Update to master * version * Remove from baseline * Disable Werror * version * Fix cmake * version
14 lines
392 B
Diff
14 lines
392 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 69a0df0..5bb8de6 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -106,7 +106,7 @@ target_compile_options(tmxparser
|
|
PRIVATE -Werror=strict-prototypes
|
|
PRIVATE -Werror=old-style-definition
|
|
PRIVATE -Werror=missing-prototypes)
|
|
-if(NOT USE_MINIZ)
|
|
+if(0)
|
|
target_compile_options(tmxparser
|
|
PRIVATE -Werror)
|
|
endif()
|