From b3e02b987246f13ef95e2b1edb87f277e62efe92 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 22 Apr 2019 09:29:49 +0200 Subject: Find Catch 2.5.0 via pkg-config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 086224c..e583d30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -171,7 +171,7 @@ OPTION(COMPILE_OFFLINE_TESTS "Compile offline tests" FALSE) IF(COMPILE_OFFLINE_TESTS OR COMPILE_TESTS) find_package(PkgConfig) IF(PKG_CONFIG_FOUND) - pkg_check_modules(CATCH2 catch) + pkg_check_modules(CATCH2 catch2) ENDIF() if (CATCH2_FOUND) -- cgit v1.2.1