star-ck

Describe the radiative properties of gas mixtures
git clone git://git.meso-star.fr/star-ck.git
Log | Files | Refs | README | LICENSE

commit e3f860b8bba26e7a895bece4e429f01ba31d647b
parent eb2c74b3fc58e3f9a8d026478fee0fe6c9c592a4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 14 Jun 2022 11:28:10 +0200

Fix the generation of the StarCK CMake Package

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -70,7 +70,7 @@ set_target_properties(sck PROPERTIES VERSION ${VERSION} SOVERSION ${VERSION_MAJOR}) -rcmake_setup_devel(sck AtrCK ${VERSION} astoria/sck_version.h) +rcmake_setup_devel(sck StarCK ${VERSION} star/sck_version.h) ################################################################################ # Add tests