summaryrefslogtreecommitdiffstats
path: root/bin/cmakehdf5
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-10-13 17:28:13 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-10-13 17:28:13 (GMT)
commit1c80492654944254423bf893429e10ce627f672a (patch)
tree9c2f3fc33d686f666484344c1ae08f5a57d8d06e /bin/cmakehdf5
parentdbeb66767a726b373910c96283122c1c2172028c (diff)
downloadhdf5-1c80492654944254423bf893429e10ce627f672a.zip
hdf5-1c80492654944254423bf893429e10ce627f672a.tar.gz
hdf5-1c80492654944254423bf893429e10ce627f672a.tar.bz2
[svn-r25700] HDFFV-8932:
added Fortran interface to the default build. Tested: jam, koala, platypus
Diffstat (limited to 'bin/cmakehdf5')
-rwxr-xr-xbin/cmakehdf52
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cmakehdf5 b/bin/cmakehdf5
index d9d0c03..baba3f1 100755
--- a/bin/cmakehdf5
+++ b/bin/cmakehdf5
@@ -30,7 +30,7 @@ exit_code=0
hdf5_src=../hdf5
cacheinit=$hdf5_src/config/cmake/cacheinit.cmake
build_cpp_lib=-DHDF5_BUILD_CPP_LIB:BOOL=ON # C++ interface default on
-build_fortran= #-DHDF5_BUILD_FORTRAN:BOOL=ON # Fortran interface default off
+build_fortran=-DHDF5_BUILD_FORTRAN:BOOL=ON # Fortran interface default on
build_hl_lib=-DHDF5_BUILD_HL_LIB:BOOL=ON # High Level interface default on
build_testing=-DBUILD_TESTING:BOOL=ON # Build tests default on
build_tools=-DHDF5_BUILD_TOOLS:BOOL=ON # Build tools default on