1
0
Fork 0

Specify major version for Catch2

This commit is contained in:
Pcornat 2024-03-25 18:14:17 +01:00
parent 24a83dfa08
commit 4b474e21ed
Signed by: Pcornat
GPG Key ID: E0326CC678A00BDD
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project(testsRaiiSafeCuda CXX)
find_package(Catch2)
find_package(Catch2 3)
if (NOT Catch2_FOUND)
message(STATUS "Using FetchContent to download and use Catch2")
include(FetchContent)