Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string

llvm-svn: 271070
This commit is contained in:
Eric Fiselier 2016-05-27 23:05:37 +00:00
parent ebeee960bd
commit 72a819e155
1 changed files with 4 additions and 2 deletions

View File

@ -21,9 +21,11 @@ macro(setup_abi_lib abidefines abilib abifiles abidirs)
CACHE PATH
"Paths to C++ ABI header directories separated by ';'." FORCE
)
set(LIBCXX_CXX_ABI_LIBRARY_PATH "${LIBCXX_CXX_ABI_LIBRARY_PATH}"
CACHE PATH
"Paths to C++ ABI library directory"
)
set(LIBCXX_CXX_ABI_LIBRARY ${abilib})
set(LIBCXX_ABILIB_FILES ${abifiles})
file(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/include")