diff options
author | Naios <naios-dev@live.de> | 2016-03-16 18:46:17 +0100 |
---|---|---|
committer | Naios <naios-dev@live.de> | 2016-03-16 18:46:17 +0100 |
commit | 83f439ab4306bfa45df23be2bd80832ec0107c54 (patch) | |
tree | a70dbe53225ca8b4523d385e6b73f3d4244a036e | |
parent | f52495c66b1b219f82729221e8023a86b28d54bf (diff) |
Dep: Fix an oversight in f52495c6
* Thanks dobrMAN for noticing
-rw-r--r-- | dep/cppformat/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/cppformat/CMakeLists.txt b/dep/cppformat/CMakeLists.txt index f2abb1b42d3..3f1bb4f6a9f 100644 --- a/dep/cppformat/CMakeLists.txt +++ b/dep/cppformat/CMakeLists.txt @@ -26,6 +26,6 @@ endif () add_library(cppformat STATIC ${FMT_SOURCES}) if (CMAKE_COMPILER_IS_GNUCXX) - set_target_properties(format PROPERTIES COMPILE_FLAGS + set_target_properties(cppformat PROPERTIES COMPILE_FLAGS "-Wall -Wextra -Wshadow -pedantic") endif () |