solstice-solver

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

commit 227029d566b06f02fa2d62170ba81091c25d16ba
parent 9a5234b35bac815678acd3152923c77783a925eb
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu, 22 Oct 2020 15:34:01 +0200

Fix star-3d requirement (cannot be 'develop' here)

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 @@ option(NO_TEST "Do not build tests" OFF) ################################################################################ find_package(RCMake 0.4 REQUIRED) find_package(RSys 0.10 REQUIRED) -find_package(Star3D develop REQUIRED) +find_package(Star3D 0.7.2 REQUIRED) find_package(Star3DUT 0.3.1 REQUIRED) find_package(StarCPR 0.1.2 REQUIRED) find_package(StarSF 0.6 REQUIRED)