mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Silence resource compiler using /nologo flag.
llvm-svn: 239983
This commit is contained in:
parent
d3a7e1b8f1
commit
390eab456d
@ -286,6 +286,8 @@ function(set_windows_version_resource_properties name resource_file)
|
||||
set(ARG_PRODUCT_NAME "LLVM")
|
||||
endif()
|
||||
|
||||
set_property(SOURCE ${resource_file}
|
||||
PROPERTY COMPILE_FLAGS /nologo)
|
||||
set_property(SOURCE ${resource_file}
|
||||
PROPERTY COMPILE_DEFINITIONS
|
||||
"RC_VERSION_FIELD_1=${ARG_VERSION_MAJOR}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user