mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
44fd9d8c32
* [cpr] Update to 1.6.2 * Update version files * Update patch * Update verison files * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json * Fix build error on uwp * Update versions/c-/cpr.json * Add condition for uwp patch * Update versions/c-/cpr.json * Update ports/cpr/portfile.cmake * Update versions/c-/cpr.json
14 lines
401 B
Diff
14 lines
401 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 8575b2f..87de55c 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -46,7 +46,7 @@ message(STATUS "=======================================================")
|
|
include(GNUInstallDirs)
|
|
include(FetchContent)
|
|
include(cmake/code_coverage.cmake)
|
|
-include(cmake/sanitizer.cmake)
|
|
+#include(cmake/sanitizer.cmake)
|
|
include(cmake/gcc_analyze.cmake)
|
|
|
|
# SSL
|