diff options
Diffstat (limited to 'hl/CMakeLists.txt')
-rw-r--r-- | hl/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hl/CMakeLists.txt b/hl/CMakeLists.txt index bc7c652..2871734 100644 --- a/hl/CMakeLists.txt +++ b/hl/CMakeLists.txt @@ -32,11 +32,6 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED) ENDIF (BUILD_TESTING) ENDIF (NOT HDF5_EXTERNALLY_CONFIGURED) -#-- Build the High Level Fortran source codes -IF (HDF5_BUILD_FORTRAN) - ADD_SUBDIRECTORY (fortran) -ENDIF (HDF5_BUILD_FORTRAN) - IF (HDF5_BUILD_CPP_LIB) ADD_SUBDIRECTORY (${HDF5_HL_SOURCE_DIR}/c++ ${HDF5_HL_BINARY_DIR}/c++) ENDIF (HDF5_BUILD_CPP_LIB) |