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 | 15fc958b6d20c924efe8652b2d165ca050138e34 (patch) | |
| tree | b04899260d9d7ee42d36afd4d752596f71b9be18 /qpid/cpp | |
| parent | d003b6fde86d23727f1b77a4856f786354ea3288 (diff) | |
| download | qpid-python-15fc958b6d20c924efe8652b2d165ca050138e34.tar.gz | |
Removed code that prevents cmake build from raw checkout
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@769566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 9c07538a05..09a97eeea4 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/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( . ) |
