1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

download cpm.cmake on-demand

This commit is contained in:
Lars Melchior 2020-08-20 08:58:07 +02:00
parent 866ae707e5
commit 15257595a7
2 changed files with 13 additions and 500 deletions

View file

@ -33,8 +33,6 @@ CPMAddPackage(
VERSION 1.6
OPTIONS # enable cmake formatting
"FORMAT_CHECK_CMAKE ON"
# skip CPM.cmake
"CMAKE_FORMAT_EXCLUDE cmake/CPM.cmake"
)
# ---- Create binary ----