htmie

Optical properties of water droplets
git clone git://git.meso-star.fr/htmie.git
Log | Files | Refs | README | LICENSE

commit 23a872c03a59bc04f20c51deb4a6a144036c70ec
parent 455c9288b411bf3b3263081a05f51844a799ddc8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 16 Jul 2018 10:23:07 +0200

Fix the custom dump-NetCDF target

Ensure that the name of the custom target is different per submitted
file.

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -113,7 +113,7 @@ if(NOT NO_TEST) VERBATIM) add_test(test_htmie_load_${_file} test_htmie_load ${_netcdf} ${CMAKE_CURRENT_BINARY_DIR}) - add_custom_target(dump-NetCDF-data ALL DEPENDS + add_custom_target(dump-${_file}.nc ALL DEPENDS ${_output_base}_lambda ${_output_base}_macs ${_output_base}_mscs