mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
77c3e0aa2e
* [xalan-c] switch to https://github.com/apache/xalan-c (#7489) * [xalan-c] updated homepage
16 lines
545 B
Diff
16 lines
545 B
Diff
diff --git a/src/xalanc/Utils/MsgCreator/CMakeLists.txt b/src/xalanc/Utils/MsgCreator/CMakeLists.txt
|
|
index 20215d4..dc74c1b 100644
|
|
--- a/src/xalanc/Utils/MsgCreator/CMakeLists.txt
|
|
+++ b/src/xalanc/Utils/MsgCreator/CMakeLists.txt
|
|
@@ -37,6 +37,10 @@ set(msgcreator_headers
|
|
NLSHandler.hpp
|
|
SAX2Handler.hpp)
|
|
|
|
+if(MSVC)
|
|
+ add_definitions(-D_CRT_SECURE_NO_WARNINGS=1)
|
|
+endif()
|
|
+
|
|
add_executable(MsgCreator ${msgcreator_sources} ${msgcreator_headers})
|
|
target_include_directories(MsgCreator PUBLIC
|
|
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/src>
|