diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-12 20:21:40 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2017-02-12 20:21:40 +0100 |
commit | 5f207835cc1b6d1c14139c2924f1eb4eeb247999 (patch) | |
tree | 0afee5d1beaa7c1622fe92a52fa951c1efba8ec5 | |
parent | 00d52aa37ba3ba6635d8fc58d9513909a5435161 (diff) | |
download | hex-5f207835cc1b6d1c14139c2924f1eb4eeb247999.tar.gz hex-5f207835cc1b6d1c14139c2924f1eb4eeb247999.tar.xz hex-5f207835cc1b6d1c14139c2924f1eb4eeb247999.zip |
CMakeLists.txt: cleanup
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0f50518..96bcc73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ if ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=gnu99") set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -Wextra -Wno-unused-function") -endif ("${CMAKE_C_COMPILER_ID}" MATCHES "GNU" OR CMAKE_COMPILER_IS_GNUC) +endif () # Version set (project_VERSION_MAJOR "0") |