diff options
author | Jesse Gorzinski <jgorzins@us.ibm.com> | 2020-10-29 15:33:49 (GMT) |
---|---|---|
committer | Jesse Gorzinski <jgorzins@us.ibm.com> | 2020-10-29 15:33:49 (GMT) |
commit | e74884f02614c6718898d169632078a15e532e50 (patch) | |
tree | bbdb07674f4d5f8b290855fce1e11c60ed803873 | |
parent | 5203aa49ed2f86fa3bed2968f4719d9e9ce5b60f (diff) | |
download | Ninja-e74884f02614c6718898d169632078a15e532e50.zip Ninja-e74884f02614c6718898d169632078a15e532e50.tar.gz Ninja-e74884f02614c6718898d169632078a15e532e50.tar.bz2 |
fixup: remove unneeded CMAKE_C_FLAGS
-rw-r--r-- | CMakeLists.txt | 1 |
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() |