diff --git a/test/style/CMakeLists.txt b/test/style/CMakeLists.txt index 616b960a..9def3da1 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" )