Remove cpp patch since we don't need it

This commit is contained in:
JackBoosY 2022-06-21 23:55:42 -07:00
parent 5b42ecac6a
commit 6b8759a860
2 changed files with 0 additions and 16 deletions

View File

@ -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)

View File

@ -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