Skip to content

Commit

Permalink
add submodules option
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaiton committed Jul 8, 2024
1 parent 72666fc commit 211b8b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ option(FCLAW_ENABLE_GEOCLAW "build Geoclaw" ${geoclaw})
option(FCLAW_ENABLE_CUDACLAW "build CudaClaw" ${cudaclaw})
option(FCLAW_ENABLE_THUNDEREGG "build ThunderEgg" ${thunderegg})

if(NOT DEFINED submodules)
set(submodules ON)
endif()
option(FCLAW_ENABLE_SUBMODULES "use submodules for depedencies" ${submodules})

# needed by ThunderEgg, P4EST, Libsc

option(CMAKE_TLS_VERIFY "verify TLS cert" on)
Expand Down

0 comments on commit 211b8b4

Please sign in to comment.