star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 99952c9c26b6a199e7dab1836bb0e9edb96408bc
parent cb47445d8a3ff2cdcad63f5b082ba59c032b315e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  7 Oct 2021 11:08:19 +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 @@ -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.8) +cmake_minimum_required(VERSION 3.1) project(star-mc C) enable_testing()