star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit 28ca1d2a7a2dba513027447b172dec0c758c7aa9
parent 00bfbd1afa250b3e0a5b3b6becb21d16f0816815
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  4 Oct 2021 15:37:45 +0200

Upd the CMake minimum version to 3.1

CMake 2.8 is deprecated

Diffstat:
Mcmake/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(s3dut C) enable_testing()