mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Fix unknown warning "no-deprecated-copy" on Apple
Compile fix for MacOS Catalina
This commit is contained in:
committed by
Baldur Karlsson
parent
d100c6c622
commit
ed45d15d21
@@ -126,7 +126,7 @@ if(CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 6.9)
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
set_property(SOURCE "${glslang_sources}"
|
||||
set_property(SOURCE ${glslang_sources}
|
||||
APPEND_STRING PROPERTY COMPILE_FLAGS " -Wno-unknown-warning-option")
|
||||
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9.9)
|
||||
|
||||
Reference in New Issue
Block a user