star-sp

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

commit 7aa25f1a3bafc89f36627a6bbacb8df329c0b87c
parent 66c416e2ae94a257583e12c9900ea8602a0ac008
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 27 Aug 2021 12:02:53 +0200

Set CMake minimum version to 3.1

Diffstat:
Mcmake/Random123Config.cmake | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/Random123Config.cmake b/cmake/Random123Config.cmake @@ -1,4 +1,4 @@ -# Copyright (C) |Meso|Star> 2015 (contact@meso-star.com) +# Copyright (C) 2015-2021 |Meso|Star> (contact@meso-star.com) # # This software is a computer program whose purpose is to generate files # used to build the Star-3D library. @@ -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 2.6) +cmake_minimum_required(VERSION 3.1) # Try to find the Random123 devel. Once done this will define: # - Random123_FOUND: system has Random123