From 0c75493d34e5833e2f8fad7107cf0e0d347b088c Mon Sep 17 00:00:00 2001 From: Claus Klein Date: Thu, 7 Dec 2023 17:45:55 +0100 Subject: [PATCH] Update test/style/CMakeLists.txt Co-authored-by: Lars Melchior --- test/style/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/style/CMakeLists.txt b/test/style/CMakeLists.txt index 7c432303..616b960a 100644 --- a/test/style/CMakeLists.txt +++ b/test/style/CMakeLists.txt @@ -7,8 +7,8 @@ include(${CMAKE_CURRENT_LIST_DIR}/../../cmake/CPM.cmake) 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 + 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" )