summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-17 19:25:51 +0000
committerAlan Conway <aconway@apache.org>2010-03-17 19:25:51 +0000
commitae51b99adba129d429dbb3faff0d29e7acc1453e (patch)
tree19042fd99cafb4174a61ae9a60eb298bc3dd053c /qpid/cpp/src/CMakeLists.txt
parent0b87e564b668dc4e287f7cf57a97d1bcd555be50 (diff)
downloadqpid-python-ae51b99adba129d429dbb3faff0d29e7acc1453e.tar.gz
Remove un-necessary Version.h.cmake
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt
index e1681ab961..b09309cb9c 100644
--- a/qpid/cpp/src/CMakeLists.txt
+++ b/qpid/cpp/src/CMakeLists.txt
@@ -950,9 +950,5 @@ add_definitions(-DHAVE_CONFIG_H)
# Now create the config file from all the info learned above.
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/config.h)
-# And create the Version.h file.
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qpid/Version.h.cmake
- ${CMAKE_CURRENT_BINARY_DIR}/qpid/Version.h)
-
add_subdirectory(qpid/store)
add_subdirectory(tests)