mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
NFC. Fixing my consistently incorrect spelling.
llvm-svn: 253936
This commit is contained in:
parent
3a15ccb43d
commit
88e7e42aae
@ -91,11 +91,11 @@ function(llvm_ExternalProject_Add name source_dir)
|
||||
# Find all variables that start with COMPILER_RT and populate a variable with
|
||||
# them.
|
||||
get_cmake_property(variableNames VARIABLES)
|
||||
foreach(varaibleName ${variableNames})
|
||||
if(varaibleName MATCHES "^${nameCanon}")
|
||||
string(REPLACE ";" "\;" value "${${varaibleName}}")
|
||||
foreach(variableName ${variableNames})
|
||||
if(variableName MATCHES "^${nameCanon}")
|
||||
string(REPLACE ";" "\;" value "${${variableName}}")
|
||||
list(APPEND PASSTHROUGH_VARIABLES
|
||||
-D${varaibleName}=${${value}})
|
||||
-D${variableName}=${${value}})
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user