htrdr

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

commit 6eb115d22ac7e26fa19d55d7787c40efde38d439
parent bd9a4f3b36054a97fc6831747cf590d55af67aa9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 21 Mar 2019 09:06:27 +0100

Fix the install of the README and COPYING files

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -87,7 +87,6 @@ add_subdirectory(doc) ################################################################################ # Configure and define targets ################################################################################ - set(HTRDR_FILES_SRC htrdr.c htrdr_args.c @@ -117,8 +116,7 @@ set(HTRDR_FILES_INC set(HTRDR_FILES_INC2 # Generated files htrdr_args.h htrdr_version.h) - -set(HTDRD_FILES_DOC COPYING README.md) +set(HTRDR_FILES_DOC COPYING README.md) # Prepend each file in the `HTRDR_FILES_<SRC|INC>' list by `HTRDR_SOURCE_DIR' rcmake_prepend_path(HTRDR_FILES_SRC ${HTRDR_SOURCE_DIR})