summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2009-04-28 22:14:50 +0000
committerAndrew Stitcher <astitcher@apache.org>2009-04-28 22:14:50 +0000
commit0ea393c49936c4647547199859961c4203a25cb3 (patch)
tree4fa62521b00d9bf691ed1c324d41274a8312fc9f /cpp/src
parent74f0c66f82564a2ac145313fbdc351ef050a2026 (diff)
downloadqpid-python-0ea393c49936c4647547199859961c4203a25cb3.tar.gz
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
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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( . )