You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2010/03/17 20:25:51 UTC

svn commit: r924428 - in /qpid/trunk/qpid/cpp/src: CMakeLists.txt qpid/Version.h.cmake

Author: aconway
Date: Wed Mar 17 19:25:51 2010
New Revision: 924428

URL: http://svn.apache.org/viewvc?rev=924428&view=rev
Log:
Remove un-necessary Version.h.cmake

Removed:
    qpid/trunk/qpid/cpp/src/qpid/Version.h.cmake
Modified:
    qpid/trunk/qpid/cpp/src/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/CMakeLists.txt?rev=924428&r1=924427&r2=924428&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/src/CMakeLists.txt Wed Mar 17 19:25:51 2010
@@ -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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org