htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit f630c483b781fe4af1eeed655cb370a27d5b80f9
parent b821909b47cb29c4b68c1f01d5907fde768b5e38
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed,  3 Jun 2020 14:28:47 +0200

Bump the version of the HTSky dependency

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -25,7 +25,7 @@ option(NO_TEST "Do not build the tests" OFF) # Check dependencies ################################################################################ find_package(AW 2.0 REQUIRED) -find_package(HTSky 0.1 REQUIRED) +find_package(HTSky 0.2 REQUIRED) find_package(MruMtl 0.0 REQUIRED) find_package(RCMake 0.3 REQUIRED) find_package(RSys 0.7 REQUIRED)