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 ae36985af7
commit a89468b4b5
1 changed files with 2 additions and 0 deletions

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