1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-11-01 02:31:34 +01:00

cleanup build files

use strict -std=c++20
update cmake-format config file
This commit is contained in:
ClausKlein 2021-02-13 21:56:31 +01:00
parent 1aad14a6fa
commit 7f36b7cb86
12 changed files with 70 additions and 164 deletions

View file

@ -3,32 +3,15 @@
# Ccache.cmake
CPMDeclarePackage(
Ccache.cmake
NAME
Ccache.cmake
VERSION
1.2.1
GITHUB_REPOSITORY
TheLartians/Ccache.cmake
)
# doctest
CPMDeclarePackage(
doctest
NAME
doctest
GIT_TAG
2.4.5
GITHUB_REPOSITORY
onqtam/doctest
NAME Ccache.cmake
VERSION 1.2.1
GITHUB_REPOSITORY TheLartians/Ccache.cmake
)
# Format.cmake
CPMDeclarePackage(
Format.cmake
NAME
Format.cmake
VERSION
1.6
GITHUB_REPOSITORY
TheLartians/Format.cmake
OPTIONS
"FORMAT_CHECK_CMAKE ON"
NAME Format.cmake
VERSION 1.6
GITHUB_REPOSITORY TheLartians/Format.cmake
OPTIONS "FORMAT_CHECK_CMAKE ON"
)