chore: update to CPM

This commit is contained in:
Tobias Schmidl 2025-06-16 08:04:41 +02:00
parent 7e9458da0c
commit 90f9d9a656
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ endif()
# ---- Add dependencies via CPM ----
# see https://github.com/TheLartians/CPM.cmake for more info
include(cmake/CPM.cmake)
include(cmake/get_cpm.cmake)
# PackageProject.cmake will be used to make our target installable
CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.8.0")