star-schiff

Library for estimating radiative properties
git clone git://git.meso-star.com/star-schiff.git
Log | Files | Refs | README | LICENSE

commit c150b1f843df36f2520f9edc13f8b430b8a94972
parent 7f5baf254423023fe2364ba9a0b30611d6d8bd17
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 20 Oct 2015 11:30:24 +0200

Fix the name of the cmake package

Rename the package filename from StarAlgae to StarSchiff.

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -80,7 +80,7 @@ if(CMAKE_COMPILER_IS_GNUCC) target_link_libraries(sschiff m) endif() -rcmake_setup_devel(sschiff StarAlgae ${VERSION} star/sschiff_version.h) +rcmake_setup_devel(sschiff StarSchiff ${VERSION} star/sschiff_version.h) ################################################################################ # Add tests