Revision: 65563
          http://sourceforge.net/p/brlcad/code/65563
Author:   starseeker
Date:     2015-07-10 20:45:37 +0000 (Fri, 10 Jul 2015)
Log Message:
-----------
Per http://www.cmake.org/Wiki/CMake/Policies the cmake_minimum_required version 
should make setting NEW on older policies unnecessary.

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

Modified: brlcad/trunk/CMakeLists.txt
===================================================================
--- brlcad/trunk/CMakeLists.txt 2015-07-10 20:41:09 UTC (rev 65562)
+++ brlcad/trunk/CMakeLists.txt 2015-07-10 20:45:37 UTC (rev 65563)
@@ -122,12 +122,6 @@
 # Minimum required version of CMake
 cmake_minimum_required(VERSION 2.8.4)
 if(COMMAND CMAKE_POLICY)
-  # libraries linked via full path don't introduce linker search paths
-  CMAKE_POLICY(SET CMP0003 NEW)
-
-  # list command doesn't ignore empty elements
-  CMAKE_POLICY(SET CMP0007 NEW)
-
   if ("${CMAKE_VERSION}" VERSION_GREATER 2.99)
     CMAKE_POLICY(SET CMP0026 OLD)
     CMAKE_POLICY(SET CMP0042 NEW)

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


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to