mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
c9140a3b50
* update to v4.3.0-beta1 * update version * delete msys * update version * modify patch * update version * add pathc * update version * delete patch * update version * fix download method * update version * portfile * update version * portfile * update version
22 lines
764 B
Diff
22 lines
764 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1500844..810914e 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -263,7 +263,7 @@ if(MSVC)
|
|
# ";" argument separator is problematic. Can't use a GenEx `$<IF:`
|
|
# because `/W4;/WX` is returned as a single string.
|
|
add_compile_options( /W4;$<$<BOOL:${KTX_WERROR}>:/WX> )
|
|
- add_compile_options( $<IF:$<CONFIG:Debug>,/Gz,/O2> )
|
|
+ add_compile_options( $<IF:$<CONFIG:Debug>,,/O2> )
|
|
# Enable UTF-8 support
|
|
add_compile_options( $<$<C_COMPILER_ID:MSVC>:/utf-8> )
|
|
add_compile_options( $<$<CXX_COMPILER_ID:MSVC>:/utf-8> )
|
|
@@ -946,6 +946,7 @@ if(EMSCRIPTEN)
|
|
endif()
|
|
|
|
add_library( objUtil STATIC
|
|
+ EXCLUDE_FROM_ALL
|
|
utils/argparser.cpp
|
|
utils/argparser.h
|
|
utils/ktxapp.h
|