summaryrefslogtreecommitdiffstats
path: root/config/cmake/scripts/HDF5options.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-06 16:47:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-06 16:47:11 (GMT)
commitfef7d6b0fc387cf793c9a7be1115de82155c2d5e (patch)
tree8d8b146af144792fbb5d60d92ad23e96bfb85dd8 /config/cmake/scripts/HDF5options.cmake
parente9541010eecf7915e0c2de0365a3909516bab65d (diff)
downloadhdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.zip
hdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.tar.gz
hdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.tar.bz2
Cleanup F2003 option for CMake
Diffstat (limited to 'config/cmake/scripts/HDF5options.cmake')
-rwxr-xr-xconfig/cmake/scripts/HDF5options.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/scripts/HDF5options.cmake b/config/cmake/scripts/HDF5options.cmake
index fb191f3..24eaf78 100755
--- a/config/cmake/scripts/HDF5options.cmake
+++ b/config/cmake/scripts/HDF5options.cmake
@@ -33,12 +33,8 @@
#############################################################################################
#### fortran enabled ####
#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_BUILD_FORTRAN:BOOL=ON")
- ### enable Fortran 2003 depends on HDF5_BUILD_FORTRAN
-#set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_F2003:BOOL=ON")
#### fortran disabled ####
set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_BUILD_FORTRAN:BOOL=OFF")
- ### enable Fortran 2003 depends on HDF5_BUILD_FORTRAN
-set (ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF5_ENABLE_F2003:BOOL=OFF")
#############################################################################################
#### java enabled ####