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. --- scratchpad/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'scratchpad/CMakeLists.txt') diff --git a/scratchpad/CMakeLists.txt b/scratchpad/CMakeLists.txt index c1e2c75..173f091 100644 --- a/scratchpad/CMakeLists.txt +++ b/scratchpad/CMakeLists.txt @@ -5,10 +5,6 @@ add_executable(scratchpad scratchpad.c ) -target_compile_options(scratchpad - PRIVATE -std=c99 -) - target_compile_options(scratchpad PRIVATE ${Gcrypt_CFLAGS} ) -- cgit v1.2.3-70-g09d2