diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-04-25 12:53:54 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-04-25 12:53:54 +0200 |
commit | ed8af16e19fbfb727de647df738ccdcb3c6ac3b5 (patch) | |
tree | 963a81a152c62ffb205bb9ecb83906a63119bf9a | |
parent | 02808f0ad097e22b33f32046ec7e8a0882e5e005 (diff) | |
parent | b3e02b987246f13ef95e2b1edb87f277e62efe92 (diff) | |
download | libnitrokey-ed8af16e19fbfb727de647df738ccdcb3c6ac3b5.tar.gz libnitrokey-ed8af16e19fbfb727de647df738ccdcb3c6ac3b5.tar.bz2 |
Merge branch 'pr_156'
Correct package name
Closes #156
-rw-r--r-- | CMakeLists.txt | 2 |
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) |