stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit eec2d7c1b0678cd0d49fc219d4bd314ad54925bf
parent 03ce697e805116e70374eedb99583b19e10c4f0a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 24 Nov 2020 16:54:37 +0100

Upd the install directory of the documentation

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -232,5 +232,5 @@ install(TARGETS sdis LIBRARY DESTINATION lib RUNTIME DESTINATION bin) install(FILES ${SDIS_FILES_INC_API} DESTINATION include/) -install(FILES ${SDIS_FILES_DOC} DESTINATION share/doc/stardis) +install(FILES ${SDIS_FILES_DOC} DESTINATION share/doc/stardis-solver)