Skip to content

Commit 6dfc2dd

Browse files
committed
Purge features unused features from gpost
1 parent 6c9b6fe commit 6dfc2dd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -659,6 +659,11 @@ if(${EXCLUDE_KRATOS_CORE} MATCHES OFF)
659659
set(ENABLE_PARALLEL_EXAMPLE OFF)
660660
set(ENABLE_HDF5 OFF)
661661
set(ZLIB_FOUND TRUE)
662+
663+
# (for gidpost )Disable examples and fortran examples.
664+
set(ENABLE_EXAMPLES OFF)
665+
set(ENABLE_FORTRAN_EXAMPLES OFF)
666+
662667
add_subdirectory(external_libraries/gidpost)
663668
add_subdirectory(kratos)
664669
endif()

0 commit comments

Comments
 (0)