Author: shuston
Date: Thu Jun 11 19:07:00 2009
New Revision: 783877

URL: http://svn.apache.org/viewvc?rev=783877&view=rev
Log:
Change project name to qpid-cpp to match prior-scheme artifacts; enable ctest

Modified:
    qpid/trunk/qpid/cpp/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=783877&r1=783876&r2=783877&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Thu Jun 11 19:07:00 2009
@@ -16,15 +16,18 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-project(qpidc)
+project(qpid-cpp)
+
 cmake_minimum_required(VERSION 2.4.0 FATAL_ERROR)
 if(COMMAND cmake_policy)
   cmake_policy(SET CMP0003 NEW)
 endif(COMMAND cmake_policy)
 
+enable_testing()
+include (CTest)
+
 set (qpidc_version 0.5)
 
-enable_testing()
 # set(CMAKE_INCLUDE_CURRENT_DIR ON)
 
 # Emulate "make check" behavior of the autoconf world.



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

Reply via email to