You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by sh...@apache.org on 2014/04/02 16:33:10 UTC

svn commit: r1584055 - /qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake

Author: shuston
Date: Wed Apr  2 14:33:10 2014
New Revision: 1584055

URL: http://svn.apache.org/r1584055
Log:
Change CMake version check from 2.8.0 to 2.8.3 per QPID-5646

Modified:
    qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake

Modified: qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake?rev=1584055&r1=1584054&r2=1584055&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake (original)
+++ qpid/trunk/qpid/cpp/CMakeModules/FindProton.cmake Wed Apr  2 14:33:10 2014
@@ -65,6 +65,6 @@ if (PKG_CONFIG_FOUND)
 endif()
 
 # Proton not found print a standard error message
-if (NOT ${CMAKE_VERSION} VERSION_LESS "2.8.0")
+if (NOT ${CMAKE_VERSION} VERSION_LESS "2.8.3")
     find_package_handle_standard_args(Proton CONFIG_MODE)
 endif()



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