diff options
Diffstat (limited to 'source/tests/CMakeLists.txt')
| -rw-r--r-- | source/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt index 110c864..bf49461 100644 --- a/source/tests/CMakeLists.txt +++ b/source/tests/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package("Catch2") +find_package("Catch2" REQUIRED COMPONENTS "Catch2WithMain") include("Catch") |
