forked from OSchip/llvm-project
CMake: clang should depend on clang-headers, or bin/clang would not work better.
llvm-svn: 160549
This commit is contained in:
parent
0ab2b0df82
commit
e6c562c051
|
@ -39,6 +39,8 @@ target_link_libraries(clang
|
|||
|
||||
set_target_properties(clang PROPERTIES VERSION ${CLANG_EXECUTABLE_VERSION})
|
||||
|
||||
add_dependencies(clang clang-headers)
|
||||
|
||||
if(UNIX)
|
||||
set(CLANGXX_LINK_OR_COPY create_symlink)
|
||||
# Create a relative symlink
|
||||
|
|
Loading…
Reference in New Issue