1
0
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:
Peter Collingbourne 2015-06-18 01:15:18 +00:00
parent d3a7e1b8f1
commit 390eab456d

View File

@ -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}"