summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2017-04-05 23:19:02 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2017-04-05 23:19:02 +0200
commitd8f2e3e812443c17e0e988dc482695e510fadc83 (patch)
tree70004efd107728d61e146b01e6367459326e98db
parentc61bc5ea20f76ffb2fd2652a4b416cd76f9e717b (diff)
downloadprocessmanager-d8f2e3e812443c17e0e988dc482695e510fadc83.tar.gz
processmanager-d8f2e3e812443c17e0e988dc482695e510fadc83.zip
--amend
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 33cff7f..4aad534 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,3 +2,4 @@ cmake_minimum_required(VERSION 2.8.11)
project(ProcessManager)
add_executable(ProcessManager main.c)
+set_property(TARGET ProcessManager PROPERTY C_STANDARD_REQUIRED 11)