Format.cmake icon indicating copy to clipboard operation
Format.cmake copied to clipboard

'*.cmake.in' should also formatted/checked

Open ClausKlein opened this issue 5 months ago • 1 comments

i.e. ==> ./_deps/catch2-src/CMake/Catch2Config.cmake.in <==

@PACKAGE_INIT@

# Avoid repeatedly including the targets
if(NOT TARGET Catch2::Catch2)
    # Provide path for scripts
    list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")

    include(${CMAKE_CURRENT_LIST_DIR}/Catch2Targets.cmake)
endif()

ClausKlein avatar Sep 12 '24 19:09 ClausKlein