mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
[CMake] Forgot to quote the first part of STREQUAL.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242103 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5bd68ee9b4
commit
ce0f2eda63
@ -691,7 +691,7 @@ macro(add_llvm_external_project name)
|
||||
string(TOUPPER ${nameUNDERSCORE} nameUPPER)
|
||||
#TODO: Remove this check in a few days once it has circulated through
|
||||
# buildbots and people's checkouts (cbieneman - July 14, 2015)
|
||||
if(${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR} STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}/${add_llvm_external_dir}")
|
||||
if("${LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}/${add_llvm_external_dir}")
|
||||
unset(LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR CACHE)
|
||||
endif()
|
||||
if(NOT LLVM_EXTERNAL_${nameUPPER}_SOURCE_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user