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 2f9f395e038e17708ec192496de9e8f28bdd86f6
parent b541aaa215f08d1eee8ce410e4de95e1ba2618c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Dec 2018 11:34:04 +0100

Bump StarSP dependency to 0.8

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -47,7 +47,7 @@ find_package(RSys 0.6 REQUIRED) find_package(SolAnim 0.2 REQUIRED) find_package(SolSolver 0.7 REQUIRED) find_package(Star3DUT 0.2 REQUIRED) -find_package(StarSP 0.4 REQUIRED) +find_package(StarSP 0.8 REQUIRED) find_package(StarSTL 0.3.1 REQUIRED) if(MSVC)