htgop

Optical properties of a gas mixture
git clone git://git.meso-star.fr/htgop.git
Log | Files | Refs | README | LICENSE

commit c992db60761376755dff896464570b40a172c2b1
parent a03e8e77fe521991a4ba6c82724b30f2161f9545
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 29 Nov 2018 09:56:42 +0100

Do not install the 'etc' directory anymore

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -134,5 +134,4 @@ install(TARGETS htgop RUNTIME DESTINATION bin) install(FILES ${HTGOP_FILES_INC_API} DESTINATION include/high_tune) install(FILES ${HTGOP_FILES_DOC} DESTINATION share/doc/htgop) -install(DIRECTORY ${HTGOP_ETC_DIRECTORY} DESTINATION etc)