Skip to content

Commit

Permalink
Update Catch2
Browse files Browse the repository at this point in the history
I also moved FindCatch2.cmake into the test dir so that anyone
who consumes RSL via add_subdirectory won't potentially get this
module added to their CMake module path.
  • Loading branch information
ChrisThrasher committed Jul 13, 2023
1 parent 73ca8e1 commit ec04a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR})

find_package(Catch2 3.3.2 REQUIRED)
find_package(Catch2 3.4.0 REQUIRED)
find_package(range-v3 REQUIRED)

add_executable(test-rsl
Expand Down
File renamed without changes.

0 comments on commit ec04a0c

Please sign in to comment.