1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

HandleLLVMOptions.cmake: Typo, s/proerty/property/

llvm-svn: 200556
This commit is contained in:
NAKAMURA Takumi 2014-01-31 17:32:36 +00:00
parent 489791e923
commit 05d4a30664

View File

@ -362,7 +362,8 @@ endif()
if(MSVC)
# Remove flags here, for exceptions and RTTI.
# Each target property or source proerty should be responsible to control them.
# Each target property or source property should be responsible to control
# them.
# CL.EXE complains to override flags like "/GR /GR-".
string(REGEX REPLACE "(^| ) */EH[-cs]+ *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")