forked from OSchip/llvm-project
[CMake] Fix issue reported on sanitizer bots
This should resolve an issue reported on the commit thread that impacted sanitizer bots. llvm-svn: 290052
This commit is contained in:
parent
79578cc936
commit
ca7d19e595
|
@ -10,7 +10,7 @@ set(LIBCXX_HEADER_PATTERN
|
|||
${LIBCXX_SUPPORT_HEADER_PATTERN}
|
||||
)
|
||||
|
||||
if(NOT LIBCXX_USING_INSTALLED_LLVM)
|
||||
if(NOT LIBCXX_USING_INSTALLED_LLVM AND LLVM_BINARY_DIR)
|
||||
file(COPY .
|
||||
DESTINATION "${LLVM_BINARY_DIR}/include/c++/v1"
|
||||
FILES_MATCHING
|
||||
|
|
Loading…
Reference in New Issue