mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
68a85fa730
* Update bext-ut to 1.1.9 * Update CI baseline * Move file(INSTALL) * Update CI baseline * Add bext-ut to ci.baseline.txt * Revert "Add bext-ut to ci.baseline.txt" This reverts commit 16640b0c5b2abc8414bee17f51f3653fbd2f1d9e. * Avoid CPM * Fix copyright installation * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
13 lines
379 B
Diff
13 lines
379 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -36,7 +36,7 @@
|
|
# ---- Add dependencies via CPM ----
|
|
# see https://github.com/cpm-cmake/CPM.cmake for more info
|
|
|
|
-if(CMAKE_VERSION VERSION_LESS 3.20.0)
|
|
+if(1)
|
|
# see https://github.com/TheLartians/PackageProject.cmake/pull/19
|
|
include(cmake/PackageProject.cmake)
|
|
else()
|