mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:51:38 +08:00
4adbe06fef
* [jemalloc]Fix dll generated when generating static library
* Revert "[jemalloc]Fix dll generated when generating static library"
This reverts commit a833bf5593
.
* [check]Fix always built as debug library.
16 lines
462 B
Diff
16 lines
462 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 0d66a5d..3b9a72d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -39,10 +39,6 @@ set(CHECK_VERSION
|
|
|
|
set(MEMORY_LEAKING_TESTS_ENABLED 1)
|
|
|
|
-###############################################################################
|
|
-# Set build features
|
|
-set(CMAKE_BUILD_TYPE Debug)
|
|
-
|
|
###############################################################################
|
|
# Option
|
|
option(CHECK_ENABLE_TESTS
|