solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit a6b02828a90bf1dda981e38a6aab20e3a06f023d
parent 9face1380f0a08a8ae28cc227c204fae6691ae1d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  2 Jun 2017 15:43:03 +0200

Upd the version of the dependencies

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -45,10 +45,10 @@ find_package(LibYAML REQUIRED) find_package(RCMake 0.2.3 REQUIRED) find_package(RSys 0.4 REQUIRED) find_package(SolAnim 0.1 REQUIRED) -find_package(SolSolver 0.1.1 REQUIRED) +find_package(SolSolver 0.2 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) find_package(StarSP 0.4 REQUIRED) -find_package(StarSTL 0.3 REQUIRED) +find_package(StarSTL 0.3.1 REQUIRED) if(MSVC) find_package(MuslGetopt REQUIRED)