| summaryrefslogtreecommitdiff |
path: root/CMakeLists.txt
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-05 11:53:58 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-01-05 11:53:58 +0100 |
| commit | 972a81c1592eb3cc0f54b394612256a54fa26411 (patch) | |
| tree | 9ec57130a1905aad227c78bbf6ab9f8b2224fbc2 /CMakeLists.txt | |
| parent | 663fe641bae1c5349e62fd8d964960fdebb97f9c (diff) | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1021162..9791143 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8 FATAL_ERROR) +cmake_minimum_required(VERSION 3.0 FATAL_ERROR) project("Zero of One") @@ -21,3 +21,6 @@ set_property(TARGET zero_of_one PROPERTY C_STANDARD 99) set_property(TARGET zero_of_one PROPERTY C_STANDARD_REQUIRED ON) #find_package(Threads) #target_link_libraries(cborg ${CMAKE_THREAD_LIBS_INIT}) + +## OPTION HANDLING ############################################################# +# TODO |


