Dep: Fix an oversight in f52495c6

* Thanks dobrMAN for noticing
This commit is contained in:
Naios
2016-03-16 18:46:17 +01:00
parent f52495c66b
commit 83f439ab43

View File

@@ -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 ()