From 2a83eca96937e8226aae49532c8cd46b7151ff0a Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 8 Dec 2017 22:19:50 +0000 Subject: [PATCH] Update path for utf8printf.cpp that has moved. Refs #815 --- renderdoc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/CMakeLists.txt b/renderdoc/CMakeLists.txt index 6cc37d50d..dcc05ab47 100644 --- a/renderdoc/CMakeLists.txt +++ b/renderdoc/CMakeLists.txt @@ -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()