schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit fdf19b6be2292aecf595a39ffbb3a3cf921857f2
parent ca21342a8e49ece2049b988c257bd728c5a46159
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon,  9 Nov 2015 16:04:59 +0100

Update the project dependencies

Fix the the RSys dependency in 0.3 and remove the StarMC dependency.

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -35,10 +35,9 @@ set(SCHIFF_SOURCE_DIR ${PROJECT_SOURCE_DIR}/../src/) # Check dependencies ################################################################################ find_package(RCMake 0.2 REQUIRED) -find_package(RSys 0.2.1 REQUIRED) +find_package(RSys 0.3 REQUIRED) find_package(Star3D 0.3 REQUIRED) find_package(StarSchiff 0.3 REQUIRED) -find_package(StarMC 0.3 REQUIRED) find_package(StarSP 0.3 REQUIRED) if(MSVC) find_package(MuslGetopt REQUIRED)