tCMakeLists.txt: increase minimum required cmake version to 3.0 - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit b8646f096438a38f9aafe4ff7df8566091963e01
 (DIR) parent a2260ab64eea6c11763a7aad7f01bb7abd0b538b
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 11 Jan 2021 10:28:13 +0100
       
       CMakeLists.txt: increase minimum required cmake version to 3.0
       
       cmake 3.19 warns of of future issues with backwards capability
       
       Diffstat:
         M CMakeLists.txt                      |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/CMakeLists.txt b/CMakeLists.txt
       t@@ -8,8 +8,7 @@ file(MAKE_DIRECTORY gnuplot/data)
        project(sphere_CUDA)
        
        # CMake minimum version required
       -# FindCUDA script is distributed since version 2.8
       -cmake_minimum_required(VERSION 2.8)
       +cmake_minimum_required(VERSION 3.0)
        
        # Find CUDA
        find_package(CUDA REQUIRED)