Skip to content

Commit

Permalink
bump: update catch2 to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Dec 11, 2024
1 parent 297229f commit d024d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ FetchContent_Declare(libpybind11
)

FetchContent_Declare(libcatch2
URL https://github.com/catchorg/Catch2/archive/v3.4.0.tar.gz
URL_HASH SHA1=4c308576c856a43dc88949a8f64ef90ebf94ae1b
URL https://github.com/catchorg/Catch2/archive/v3.7.1.tar.gz
URL_HASH SHA1=0c67df1524fd3ce88f656a3865ba4d4e4886168f
DOWNLOAD_EXTRACT_TIMESTAMP TRUE
)

Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (BUILD_TESTING)

FetchContent_MakeAvailable(libcatch2)
FetchContent_GetProperties(libcatch2)
target_include_directories(Catch2 INTERFACE ${libcatch2_SOURCE_DIR}/src)
list(APPEND CMAKE_MODULE_PATH ${catch2_SOURCE_DIR}/extras)
add_executable(cpp_tests
test_basic.cpp
$<TARGET_OBJECTS:glue>
Expand Down

0 comments on commit d024d85

Please sign in to comment.