mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Download cpm.cmake on-demand and lock cmake-format version (#55)
* download cpm.cmake on-demand * apply clang-format * use pip3 and version lock cmake-format
This commit is contained in:
parent
866ae707e5
commit
218eb2270c
3 changed files with 14 additions and 502 deletions
|
@ -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 ----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue