summaryrefslogtreecommitdiffstats
path: root/fortran/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fortran/CMakeLists.txt')
-rw-r--r--fortran/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/fortran/CMakeLists.txt b/fortran/CMakeLists.txt
index efaf963..6e04f75 100644
--- a/fortran/CMakeLists.txt
+++ b/fortran/CMakeLists.txt
@@ -13,13 +13,6 @@ endif ()
add_subdirectory (src)
#-----------------------------------------------------------------------------
-# Build the Fortran Examples
-#-----------------------------------------------------------------------------
-if (HDF5_BUILD_EXAMPLES)
- add_subdirectory (examples)
-endif ()
-
-#-----------------------------------------------------------------------------
# Testing
#-----------------------------------------------------------------------------
if (NOT HDF5_EXTERNALLY_CONFIGURED AND BUILD_TESTING)