You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2013/01/31 12:55:34 UTC

svn commit: r1440921 - /qpid/proton/branches/jni-binding/CMakeLists.txt

Author: kwall
Date: Thu Jan 31 11:55:34 2013
New Revision: 1440921

URL: http://svn.apache.org/viewvc?rev=1440921&view=rev
Log:
PROTON-194: Prevent project requiring C++

Modified:
    qpid/proton/branches/jni-binding/CMakeLists.txt

Modified: qpid/proton/branches/jni-binding/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/proton/branches/jni-binding/CMakeLists.txt?rev=1440921&r1=1440920&r2=1440921&view=diff
==============================================================================
--- qpid/proton/branches/jni-binding/CMakeLists.txt (original)
+++ qpid/proton/branches/jni-binding/CMakeLists.txt Thu Jan 31 11:55:34 2013
@@ -18,7 +18,7 @@
 #
 cmake_minimum_required (VERSION 2.6)
 
-project (Proton)
+project (Proton C)
 
 set (PN_VERSION_MAJOR 0)
 set (PN_VERSION_MINOR 3)



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org