Skip to content

Commit

Permalink
Disable default building submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
martirm committed Apr 8, 2024
1 parent cd8831b commit a4d551f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ add_subdirectory(GX-TimeFrequency)
add_subdirectory(GX-LocalizedBasis)

# Elements to compile the libraries inside submodules
option(COMPILE_SUBMODULES "Compile GreenX component contained inside submodules" ON)
option(COMPILE_SUBMODULES "Compile GreenX component contained inside submodules" OFF)
if (${COMPILE_SUBMODULES})
# Build IDieL
set(IDieL_SOURCE "${PROJECT_SOURCE_DIR}/GX-q=0/IDieL/")
Expand Down

0 comments on commit a4d551f

Please sign in to comment.