We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9b6fe commit 6dfc2ddCopy full SHA for 6dfc2dd
1 file changed
CMakeLists.txt
@@ -659,6 +659,11 @@ if(${EXCLUDE_KRATOS_CORE} MATCHES OFF)
659
set(ENABLE_PARALLEL_EXAMPLE OFF)
660
set(ENABLE_HDF5 OFF)
661
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
667
add_subdirectory(external_libraries/gidpost)
668
add_subdirectory(kratos)
669
endif()
0 commit comments