Update path for utf8printf.cpp that has moved. Refs #815

This commit is contained in:
baldurk
2017-12-08 22:19:50 +00:00
parent 1a514c1310
commit 2a83eca969
+1 -1
View File
@@ -257,7 +257,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR APPLE)
set_property(SOURCE 3rdparty/jpeg-compressor/jpgd.cpp
APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-unknown-warning -Wno-implicit-fallthrough")
set_property(SOURCE serialise/utf8printf.cpp
set_property(SOURCE strings/utf8printf.cpp
APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-unknown-warning -Wno-format-truncation")
endif()
endif()