Enrich CMakeCache class with more CPM data

This commit is contained in:
Borislav Stanimirov
2022-01-12 11:15:27 +02:00
parent 80cc580e32
commit 058eabe0d2
3 changed files with 53 additions and 42 deletions

View File

@@ -8,5 +8,8 @@ CPMAddPackage(
NAME Format.cmake
VERSION 1.7.3
GITHUB_REPOSITORY TheLartians/Format.cmake
# We exclude cmake files from integration tests as they contain invalid lines
# of code which are used by the integration test scripts
OPTIONS "CMAKE_FORMAT_EXCLUDE integration/templates"
)