[clang-tools-extra] r199578 - [CMake] check_library_exists() requires inclusion in clang standalone build.

NAKAMURA Takumi geek4civic at gmail.com
Sun Jan 19 00:54:11 PST 2014


Author: chapuni
Date: Sun Jan 19 02:54:11 2014
New Revision: 199578

URL: http://llvm.org/viewvc/llvm-project?rev=199578&view=rev
Log:
[CMake] check_library_exists() requires inclusion in clang standalone build.

Modified:
    clang-tools-extra/trunk/CMakeLists.txt

Modified: clang-tools-extra/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/CMakeLists.txt?rev=199578&r1=199577&r2=199578&view=diff
==============================================================================
--- clang-tools-extra/trunk/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/CMakeLists.txt Sun Jan 19 02:54:11 2014
@@ -1,3 +1,4 @@
+include(CheckLibraryExists)
 check_library_exists(edit el_init "" HAVE_LIBEDIT)
 
 add_subdirectory(clang-apply-replacements)





More information about the cfe-commits mailing list