Revision: 55082
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55082&view=rev
Author:   starseeker
Date:     2013-04-08 18:48:19 +0000 (Mon, 08 Apr 2013)
Log Message:
-----------
Need MD5 option to STRING command, which wasn't introduced until CMake 2.8.7

Modified Paths:
--------------
    brlcad/trunk/CMakeLists.txt

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2013-04-08 16:09:19 UTC (rev 55081)
+++ brlcad/trunk/CMakeLists.txt 2013-04-08 18:48:19 UTC (rev 55082)
@@ -94,13 +94,11 @@
 DISTCLEAN(${CMAKE_BINARY_DIR}/CMakeCache.txt)
 
 # Minimum required version of CMake
-cmake_minimum_required(VERSION 2.8.4)
+cmake_minimum_required(VERSION 2.8.7)
 if(COMMAND CMAKE_POLICY)
   CMAKE_POLICY(SET CMP0003 NEW)
   CMAKE_POLICY(SET CMP0007 OLD)
-  if(${CMAKE_VERSION} VERSION_GREATER 2.8.3)
-    CMAKE_POLICY(SET CMP0017 OLD)
-  endif(${CMAKE_VERSION} VERSION_GREATER 2.8.3)
+  CMAKE_POLICY(SET CMP0017 OLD)
 endif(COMMAND CMAKE_POLICY)
 
 # set CMake project name

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to