forked from OSchip/llvm-project
[CMake] check_library_exists() requires inclusion in clang standalone build.
llvm-svn: 199578
This commit is contained in:
parent
9390005577
commit
fda2cf9007
|
@ -1,3 +1,4 @@
|
|||
include(CheckLibraryExists)
|
||||
check_library_exists(edit el_init "" HAVE_LIBEDIT)
|
||||
|
||||
add_subdirectory(clang-apply-replacements)
|
||||
|
|
Loading…
Reference in New Issue