star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 8225056896216926ff5901d096d24fb791fc6e7d
parent aa44801ebcddb1c4ba06bcec183bfd251f557aad
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 12 Jul 2021 09:40:14 +0200

Bump CMake minimum version to 3.1

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -29,7 +29,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 3.0) +cmake_minimum_required(VERSION 3.1) project(star-sp C CXX) enable_testing()