summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Gorzinski <jgorzins@us.ibm.com>2020-10-29 15:33:49 (GMT)
committerJesse Gorzinski <jgorzins@us.ibm.com>2020-10-29 15:33:49 (GMT)
commite74884f02614c6718898d169632078a15e532e50 (patch)
treebbdb07674f4d5f8b290855fce1e11c60ed803873
parent5203aa49ed2f86fa3bed2968f4719d9e9ce5b60f (diff)
downloadNinja-e74884f02614c6718898d169632078a15e532e50.zip
Ninja-e74884f02614c6718898d169632078a15e532e50.tar.gz
Ninja-e74884f02614c6718898d169632078a15e532e50.tar.bz2
fixup: remove unneeded CMAKE_C_FLAGS
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc5931c..b0b2fef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,7 +123,6 @@ endif()
# PRId64 (and others) at compile time, and links to libutil for getopt_long
if(CMAKE_SYSTEM_NAME STREQUAL "OS400")
string(APPEND CMAKE_CXX_FLAGS " -D__STDC_FORMAT_MACROS")
- string(APPEND CMAKE_C_FLAGS " -D__STDC_FORMAT_MACROS")
string(APPEND CMAKE_EXE_LINKER_FLAGS " -lutil")
endif()