mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 18:41:37 +08:00
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
|