diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 16:47:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-02-06 16:47:11 (GMT) |
commit | fef7d6b0fc387cf793c9a7be1115de82155c2d5e (patch) | |
tree | 8d8b146af144792fbb5d60d92ad23e96bfb85dd8 /config | |
parent | e9541010eecf7915e0c2de0365a3909516bab65d (diff) | |
download | hdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.zip hdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.tar.gz hdf5-fef7d6b0fc387cf793c9a7be1115de82155c2d5e.tar.bz2 |
Cleanup F2003 option for CMake
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/scripts/HDF5options.cmake | 4 |
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 #### |