solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit 7bef8a6c37256eb232e4458bb27c74fabf297bfa
parent 7e26042b535dd3879ce752d3a6c70dbb149fc088
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 31 May 2017 10:17:39 +0200

Bump the version of the RCMake and StarCPR dependencies

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -23,11 +23,11 @@ option(NO_TEST "Do not build tests" OFF) ################################################################################ # Check dependencies ################################################################################ -find_package(RCMake 0.2.3 REQUIRED) +find_package(RCMake 0.3 REQUIRED) find_package(RSys 0.4 REQUIRED) find_package(Star3D 0.4 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) -find_package(StarCPR REQUIRED) +find_package(StarCPR 0.1 REQUIRED) find_package(StarSF 0.1 REQUIRED) find_package(StarSP 0.4 REQUIRED) find_package(OpenMP 1.2 REQUIRED)