mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00:00
HandleLLVMOptions.cmake: Typo, s/proerty/property/
llvm-svn: 200556
This commit is contained in:
parent
779f3ba2b3
commit
ac624644a8
@ -362,7 +362,8 @@ endif()
|
|||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# Remove flags here, for exceptions and RTTI.
|
# 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-".
|
# 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 "(^| ) */EH[-cs]+ *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||||
string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
string(REGEX REPLACE "(^| ) */GR-? *( |$)" "\\1 \\2" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user