From 57077b281e7ab2d6521f8d242e07940b894682b6 Mon Sep 17 00:00:00 2001 From: David Fillmore Date: Mon, 18 Mar 2024 19:29:36 +0000 Subject: [PATCH] Restored MUSICS_BUILD_DOCS option. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccced79d..7a7beadd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,6 +28,7 @@ option(MUSICA_ENABLE_TESTS "Builds tests that ensures each enabled MUSICA compon option(MUSICA_ENABLE_MPI "Enable MPI parallel support" OFF) option(MUSICA_ENABLE_OPENMP "Enable OpemMP support" OFF) option(MUSICA_ENABLE_MEMCHECK "Enable memory checking" OFF) +option(MUSICA_BUILD_DOCS "Build the documentation" OFF) cmake_dependent_option( MUSICA_ENABLE_TUVX "Builds TUV-x, a photolysis calculator library" ON "MUSICA_BUILD_FORTRAN_INTERFACE" OFF)