diff options
Diffstat (limited to 'libcmix-crypto')
| -rw-r--r-- | libcmix-crypto/curve25519/null/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | libcmix-crypto/curve25519/sodium/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | libcmix-crypto/elgamal/gcrypt/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | libcmix-crypto/elgamal/null/CMakeLists.txt | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/libcmix-crypto/curve25519/null/CMakeLists.txt b/libcmix-crypto/curve25519/null/CMakeLists.txt index e5cefdd..25c0d3b 100644 --- a/libcmix-crypto/curve25519/null/CMakeLists.txt +++ b/libcmix-crypto/curve25519/null/CMakeLists.txt @@ -6,10 +6,6 @@ add_library(${target_name} SHARED null_curve25519.c ) -target_compile_options(${target_name} - PRIVATE -std=c99 -) - target_link_libraries(${target_name} PRIVATE curve25519-interface ) diff --git a/libcmix-crypto/curve25519/sodium/CMakeLists.txt b/libcmix-crypto/curve25519/sodium/CMakeLists.txt index 78561ce..fbbedb1 100644 --- a/libcmix-crypto/curve25519/sodium/CMakeLists.txt +++ b/libcmix-crypto/curve25519/sodium/CMakeLists.txt @@ -8,10 +8,6 @@ add_library(${target_name} SHARED libsodium_curve25519.c ) -target_compile_options(${target_name} - PRIVATE -std=c99 -) - target_link_libraries(${target_name} PRIVATE curve25519-interface PUBLIC sodium diff --git a/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt b/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt index 826eee4..cbd49ec 100644 --- a/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt +++ b/libcmix-crypto/elgamal/gcrypt/CMakeLists.txt @@ -9,7 +9,6 @@ add_library(${target_name} SHARED ) target_compile_options(${target_name} - PRIVATE -std=c99 PUBLIC ${Gcrypt_CFLAGS} ) diff --git a/libcmix-crypto/elgamal/null/CMakeLists.txt b/libcmix-crypto/elgamal/null/CMakeLists.txt index 76cd77c..40e5e8d 100644 --- a/libcmix-crypto/elgamal/null/CMakeLists.txt +++ b/libcmix-crypto/elgamal/null/CMakeLists.txt @@ -6,10 +6,6 @@ add_library(${target_name} SHARED null_elgamal.c ) -target_compile_options(${target_name} - PRIVATE -std=c99 -) - target_link_libraries(${target_name} PRIVATE elgamal-interface ) |
