vcpkg/ports/bext-ut/avoid-cpm.patch
chausner 68a85fa730
[bext-ut] Update to 1.1.9 (#24181)
* 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 16640b0c5b.

* Avoid CPM

* Fix copyright installation

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-18 16:35:37 -07:00

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