star-3dstl

Create star-3d geometries from StL files
git clone git://git.meso-star.fr/star-3dstl.git
Log | Files | Refs | README | LICENSE

commit 84569f43e2704ff823d945a638723d49dfdef832
parent 4aa7ee79757c1c5039ce79bfdf4ba126547ada8e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Oct 2021 10:59:29 +0200

Set 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 @@ -26,7 +26,7 @@ # The fact that you are presently reading this means that you have had # knowledge of the CeCILL license and that you accept its terms. -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.1) project(star-3dstl C) enable_testing()