star-mc

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

commit 8de2906a62bffac8857fb5adae33f4354cb554f8
parent 540076b75a375a269c456d8af65dc6cca22ee6dc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  9 Jul 2015 14:33:58 +0200

Add specific version to the Star3D dependency

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -42,7 +42,7 @@ option(NO_TEST "Disable the test" OFF) find_package(RCMake 0.1 REQUIRED) find_package(RSys 0.2 REQUIRED) find_package(StarSP 0.1 REQUIRED) -find_package(Star3D) +find_package(Star3D 0.1) find_package(OpenMP) if(NOT OPENMP_FOUND)