aboutsummaryrefslogtreecommitdiff
path: root/scratchpad/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'scratchpad/CMakeLists.txt')
-rw-r--r--scratchpad/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/scratchpad/CMakeLists.txt b/scratchpad/CMakeLists.txt
index c1e2c75..173f091 100644
--- a/scratchpad/CMakeLists.txt
+++ b/scratchpad/CMakeLists.txt
@@ -6,10 +6,6 @@ add_executable(scratchpad
)
target_compile_options(scratchpad
- PRIVATE -std=c99
-)
-
-target_compile_options(scratchpad
PRIVATE ${Gcrypt_CFLAGS}
)