Revision: 77879
          http://sourceforge.net/p/brlcad/code/77879
Author:   starseeker
Date:     2020-12-02 20:57:41 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Bump minimum to 3.12

Modified Paths:
--------------
    brlcad/branches/extbuild/src/other/ext/stepcode/CMakeLists.txt

Modified: brlcad/branches/extbuild/src/other/ext/stepcode/CMakeLists.txt
===================================================================
--- brlcad/branches/extbuild/src/other/ext/stepcode/CMakeLists.txt      
2020-12-02 20:56:04 UTC (rev 77878)
+++ brlcad/branches/extbuild/src/other/ext/stepcode/CMakeLists.txt      
2020-12-02 20:57:41 UTC (rev 77879)
@@ -38,6 +38,7 @@
 # This file contains the top level CMakeLists.txt logic for the
 # STEPcode software package.
 
+
 project(SC)
 
 # SC version
@@ -47,10 +48,7 @@
 set(SC_VERSION ${SC_VERSION_MAJOR}.${SC_VERSION_MINOR}.${SC_VERSION_PATCH})
 
 # Minimum required version of CMake
-cmake_minimum_required(VERSION 3.6.3)
-cmake_policy(SET CMP0003 NEW)
-cmake_policy(SET CMP0026 NEW)
-cmake_policy(SET CMP0057 NEW)
+cmake_minimum_required(VERSION 3.12)
 
 # CMake derives much of its functionality from modules, typically
 # stored in one directory - let CMake know where to find them.

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to