summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:45:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:45:22 (GMT)
commit2d0a0859b22d81cb82d7ff7b6f6481d272d9db71 (patch)
treef050aa78b4d6a8ebab760da78988105bebe5e142 /CMakeLists.txt
parent24c62ba7fefcd48cafec79385011cbd89be5d182 (diff)
downloadhdf5-2d0a0859b22d81cb82d7ff7b6f6481d272d9db71.zip
hdf5-2d0a0859b22d81cb82d7ff7b6f6481d272d9db71.tar.gz
hdf5-2d0a0859b22d81cb82d7ff7b6f6481d272d9db71.tar.bz2
Remove obsolete comments
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebbeda5..5ac4c60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -671,12 +671,6 @@ if (HDF5_ENABLE_THREADSAFE)
endif ()
endif ()
-# -----------------------------------------------------------------------
-# wrapper script variables
-#
-#set (CFLAGS "${C_DEFINES}")
-#set (CXXFLAGS "${CXX_DEFINES}")
-
#-----------------------------------------------------------------------------
# Add the HDF5 Library Target to the build
#-----------------------------------------------------------------------------
@@ -806,11 +800,6 @@ if (EXISTS "${HDF5_SOURCE_DIR}/fortran" AND IS_DIRECTORY "${HDF5_SOURCE_DIR}/for
endif ()
endif ()
- # -----------------------------------------------------------------------
- # wrapper script variables
- #
-# set (FCFLAGS "${Fortran_DEFINES}")
-
add_subdirectory (fortran)
if (HDF5_BUILD_HL_LIB)
if (EXISTS "${HDF5_SOURCE_DIR}/hl/fortran" AND IS_DIRECTORY "${HDF5_SOURCE_DIR}/hl/fortran")