[CMake] check_library_exists() requires inclusion in clang standalone build.

llvm-svn: 199578
This commit is contained in:
NAKAMURA Takumi 2014-01-19 08:54:11 +00:00
parent 9390005577
commit fda2cf9007
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
include(CheckLibraryExists)
check_library_exists(edit el_init "" HAVE_LIBEDIT)
add_subdirectory(clang-apply-replacements)