[1/3] cmake: Update to 3.14.5

Message ID 20190704122312.9655-1-stefan.schantl@ipfire.org
State Accepted
Commit f1e06ebcdb68c08b6c1eeeda73c2465ac531ea2f
Headers
Series [1/3] cmake: Update to 3.14.5 |

Commit Message

Stefan Schantl July 4, 2019, 10:23 p.m. UTC
  This is a minor update to the latest stable version of cmake.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 cmake/cmake.nm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
  

Patch

diff --git a/cmake/cmake.nm b/cmake/cmake.nm
index 8bb3a3c63..ee8e91015 100644
--- a/cmake/cmake.nm
+++ b/cmake/cmake.nm
@@ -6,7 +6,7 @@ 
 name       = cmake
 version    = %{ver_maj}.%{ver_min}
 ver_maj    = 3.14
-ver_min    = 1
+ver_min    = 5
 release    = 1
 
 groups     = Development/Tools
@@ -15,11 +15,11 @@  license    = BSD
 summary    = Cross-platform make system.
 
 description
-	CMake is used to control the software compilation process using simple \
-	platform and compiler independent configuration files. CMake generates \
-	native makefiles and workspaces that can be used in the compiler \
-	environment of your choice. CMake is quite sophisticated: it is possible \
-	to support complex environments requiring system configuration, pre-processor \
+	CMake is used to control the software compilation process using simple
+	platform and compiler independent configuration files. CMake generates
+	native makefiles and workspaces that can be used in the compiler
+	environment of your choice. CMake is quite sophisticated: it is possible
+	to support complex environments requiring system configuration, pre-processor
 	generation, code generation, and template instantiation.
 end