diff options
Diffstat (limited to 'libcmix-crypto/elgamal/gcrypt/CMakeLists.txt')
| -rw-r--r-- | libcmix-crypto/elgamal/gcrypt/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt b/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt index d8c19b8..6dfdc74 100644 --- a/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt +++ b/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt @@ -1,6 +1,6 @@ include(get_target_name) -get_target_name(target_name) +get_target_name(target_name algo api) find_package(Gcrypt REQUIRED) |
