From 2803365c4e6120f05605cf90619e7e7f0df5d7d6 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Wed, 12 Aug 2009 01:36:27 +0000 Subject: CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78768 91177308-0d34-0410-b5e6-96231b3b80d8 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 90586fbe7b..0a4f88dfce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,10 +153,6 @@ else(WIN32) endif(UNIX) endif(WIN32) -if( EXISTS ${LLVM_TOOLS_BINARY_DIR}/llvm-config ) - set(HAVE_LLVM_CONFIG 1) -endif( EXISTS ${LLVM_TOOLS_BINARY_DIR}/llvm-config ) - include(config-ix) option(LLVM_ENABLE_PIC "Build Position-Independent Code" OFF) -- cgit v1.2.3