mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 03:13:03 +08:00
Remove cpp patch since we don't need it
This commit is contained in:
parent
5b42ecac6a
commit
6b8759a860
@ -1,15 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index d145517..681b791 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -669,6 +669,10 @@ if (CYGWIN OR WIN32)
|
||||
target_compile_definitions (glog PUBLIC GLOG_NO_ABBREVIATED_SEVERITIES)
|
||||
endif (CYGWIN OR WIN32)
|
||||
|
||||
+if ((MSVC) AND (MSVC_VERSION GREATER_EQUAL 1914))
|
||||
+ target_compile_options(glog INTERFACE "/Zc:__cplusplus")
|
||||
+endif()
|
||||
+
|
||||
if (WITH_CUSTOM_PREFIX)
|
||||
target_compile_definitions (glog PUBLIC GLOG_CUSTOM_PREFIX_SUPPORT)
|
||||
endif (WITH_CUSTOM_PREFIX)
|
@ -8,7 +8,6 @@ vcpkg_from_github(
|
||||
fix_glog_CMAKE_MODULE_PATH.patch
|
||||
glog_disable_debug_postfix.patch
|
||||
fix_crosscompile_symbolize.patch
|
||||
fix_cplusplus_macro.patch
|
||||
)
|
||||
|
||||
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user