Skip to content

Commit

Permalink
Merge pull request #1088 from aphage/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fnc12 committed Jan 17, 2023
2 parents 5dee3f7 + 91ebcef commit fe8558d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
FetchContent_Declare(
catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.2
GIT_TAG v2.13.5
)
endif()

if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
add_subdirectory(catch2)
endif()
add_subdirectory(sqlite3)
add_subdirectory(sqlite3)

0 comments on commit fe8558d

Please sign in to comment.