Skip to content

Commit fda2cf9

Browse files
committed
[CMake] check_library_exists() requires inclusion in clang standalone build.
llvm-svn: 199578
1 parent 9390005 commit fda2cf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
include(CheckLibraryExists)
12
check_library_exists(edit el_init "" HAVE_LIBEDIT)
23

34
add_subdirectory(clang-apply-replacements)

0 commit comments

Comments
 (0)