From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 1/3] cmake: Update to 3.14.5 Date: Thu, 04 Jul 2019 14:23:10 +0200 Message-ID: <20190704122312.9655-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5542863200176515872==" List-Id: --===============5542863200176515872== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the latest stable version of cmake. Signed-off-by: Stefan Schantl --- cmake/cmake.nm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 =3D cmake version =3D %{ver_maj}.%{ver_min} ver_maj =3D 3.14 -ver_min =3D 1 +ver_min =3D 5 release =3D 1 =20 groups =3D Development/Tools @@ -15,11 +15,11 @@ license =3D BSD summary =3D Cross-platform make system. =20 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-process= or \ + 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-process= or generation, code generation, and template instantiation. end =20 --=20 2.21.0 --===============5542863200176515872==--