diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-04-28 22:14:50 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-04-28 22:14:50 +0000 |
commit | 0ea393c49936c4647547199859961c4203a25cb3 (patch) | |
tree | 4fa62521b00d9bf691ed1c324d41274a8312fc9f | |
parent | 74f0c66f82564a2ac145313fbdc351ef050a2026 (diff) | |
download | qpid-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
-rw-r--r-- | cpp/src/CMakeLists.txt | 3 |
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( . ) |