Latest Format.cmake. Passing style

This commit is contained in:
Borislav Stanimirov
2022-01-12 06:26:08 +02:00
parent b30bdc6a18
commit 473e7bf820
2 changed files with 6 additions and 7 deletions

View File

@@ -1,8 +1,7 @@
#include <adder/adder.hpp>
#include <cstdio>
int main()
{
int main() {
int sum = adder::add(5, 3);
std::printf("%d\n", sum);
return 0;

View File

@@ -6,7 +6,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/../../cmake/CPM.cmake)
CPMAddPackage(
NAME Format.cmake
VERSION 1.6
VERSION 1.7.3
GITHUB_REPOSITORY TheLartians/Format.cmake
OPTIONS "FORMAT_CHECK_CMAKE ON"
OPTIONS "CMAKE_FORMAT_EXCLUDE integration/templates"
)