aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-04-22 09:29:49 +0200
committerDavid Seifert <soap@gentoo.org>2019-04-22 09:29:49 +0200
commitb3e02b987246f13ef95e2b1edb87f277e62efe92 (patch)
tree963a81a152c62ffb205bb9ecb83906a63119bf9a
parent02808f0ad097e22b33f32046ec7e8a0882e5e005 (diff)
downloadlibnitrokey-b3e02b987246f13ef95e2b1edb87f277e62efe92.tar.gz
libnitrokey-b3e02b987246f13ef95e2b1edb87f277e62efe92.tar.bz2
Find Catch 2.5.0 via pkg-config
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)