solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 0069f1021956e47d21b04444e8c3b64eab3d0e8e
parent f31b695322d84a04f541979825280684a41d2de6
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 17 Nov 2020 11:09:44 +0100

Stop building html man on Unix systems

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -20,7 +20,7 @@ enable_testing() option(NO_TEST "Do not build tests" OFF) if(CMAKE_HOST_UNIX) - set(SOLSTICE_DOC "TROFF & HTML" CACHE STRING + set(SOLSTICE_DOC "TROFF" CACHE STRING "Type of documentation to generate and install.") else() set(SOLSTICE_DOC "HTML" CACHE STRING