Skip to content

Commit

Permalink
Correct Download message for Catch2
Browse files Browse the repository at this point in the history
Co-authored-by: Franz Pöschel <franz.poeschel@gmail.com>
  • Loading branch information
DerNils-git and franzpoeschel authored Jan 16, 2024
1 parent a4ab2b5 commit acc6e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ target_include_directories(openPMD PUBLIC
if(openPMD_BUILD_TESTING)
find_package(Catch2 CONFIG)
if(NOT Catch2_FOUND)
message(STATUS "Fetching toml11 from https://github.com/catchorg/Catch2")
message(STATUS "Fetching catch2 from https://github.com/catchorg/Catch2")
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
Expand Down

0 comments on commit acc6e07

Please sign in to comment.