Skip to content

Commit

Permalink
[irods#7542] Install catch2 CMake find module
Browse files Browse the repository at this point in the history
  • Loading branch information
SwooshyCueb authored and korydraughn committed Mar 4, 2024
1 parent f2315a7 commit 4d4690a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ install(
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/CheckCPPMacroDefinition.c.in"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/FindLibCXX.cmake"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/UseLibCXX.cmake"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/FindCatch2.cmake"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/Findnlohmann_json.cmake"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/IrodsExternals.cmake"
"${CMAKE_IRODS_SOURCE_DIR}/cmake/Modules/IrodsCXXCompiler.cmake"
Expand Down
2 changes: 1 addition & 1 deletion cmake/Modules/FindCatch2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ if (DEFINED Catch2_CONFIG_unset)
unset(Catch2_CONFIG_unset)
endif()

cmake_policy(POP)
cmake_policy(POP)

0 comments on commit 4d4690a

Please sign in to comment.