mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +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
|
# Find all variables that start with COMPILER_RT and populate a variable with
|
||||||
# them.
|
# them.
|
||||||
get_cmake_property(variableNames VARIABLES)
|
get_cmake_property(variableNames VARIABLES)
|
||||||
foreach(varaibleName ${variableNames})
|
foreach(variableName ${variableNames})
|
||||||
if(varaibleName MATCHES "^${nameCanon}")
|
if(variableName MATCHES "^${nameCanon}")
|
||||||
string(REPLACE ";" "\;" value "${${varaibleName}}")
|
string(REPLACE ";" "\;" value "${${variableName}}")
|
||||||
list(APPEND PASSTHROUGH_VARIABLES
|
list(APPEND PASSTHROUGH_VARIABLES
|
||||||
-D${varaibleName}=${${value}})
|
-D${variableName}=${${value}})
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user