star-aerosol

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

commit e3774b0db217508602906693d5f62d2e531f1a79
parent 46b3b65aac79e97590fd7a9290dea7912bba5b03
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 15 Jun 2022 09:30:56 +0200

Fix a CMake warning message

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -92,7 +92,7 @@ find_program(SCDOC NAMES scdoc) if(NOT SCDOC) message(WARNING "The `scdoc' program is missing. " - "The Star-CK man page cannot be generated.") + "The Star-Aerosol man page cannot be generated.") else() set(_src ${PROJECT_SOURCE_DIR}/../doc/sars.5.scd) add_custom_command(