mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update path for utf8printf.cpp that has moved. Refs #815
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user