From 837d8336fb5323ff797cbcbce17a05a3838e051f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 4 Nov 2016 13:09:43 +0100 Subject: Sets default standards for all CXX and C libraries. They can be indiviually be overridden when necessary. --- libcmix-crypto/curve25519/null/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libcmix-crypto/curve25519/null') 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 ) -- cgit v1.2.3-70-g09d2