From 0ea393c49936c4647547199859961c4203a25cb3 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 28 Apr 2009 22:14:50 +0000 Subject: Removed code that prevents cmake build from raw checkout git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@769566 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt index 9c07538a05..09a97eeea4 100644 --- a/cpp/src/CMakeLists.txt +++ b/cpp/src/CMakeLists.txt @@ -142,9 +142,6 @@ if(NOT Boost_FOUND) message(FATAL_ERROR "Boost C++ libraries not found. Please install or try setting BOOST_ROOT") endif(NOT Boost_FOUND) -configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in - ${CMAKE_CURRENT_BINARY_DIR}/config.h) - include_directories( ${Boost_INCLUDE_DIR} ) include_directories( . ) -- cgit v1.2.1