From ae51b99adba129d429dbb3faff0d29e7acc1453e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 17 Mar 2010 19:25:51 +0000 Subject: Remove un-necessary Version.h.cmake git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924428 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qpid/cpp/src/CMakeLists.txt') 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) -- cgit v1.2.1