summaryrefslogtreecommitdiffstats
path: root/doxygen/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-26 16:19:32 (GMT)
committerGitHub <noreply@github.com>2023-05-26 16:19:32 (GMT)
commit00e6c2d2211c2487361863522bd276d351457025 (patch)
treee82b05246a4de4cb822378f93ab71d41323b0ad1 /doxygen/CMakeLists.txt
parente08c822c6f2c7af46b2abd628ce16b972045b096 (diff)
downloadhdf5-00e6c2d2211c2487361863522bd276d351457025.zip
hdf5-00e6c2d2211c2487361863522bd276d351457025.tar.gz
hdf5-00e6c2d2211c2487361863522bd276d351457025.tar.bz2
Remove most unused options which are defaulted #2998 (#3019)
* Remove most unused options which are defaulted #2998 * Fix property list references
Diffstat (limited to 'doxygen/CMakeLists.txt')
-rw-r--r--doxygen/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/CMakeLists.txt b/doxygen/CMakeLists.txt
index a56e831..7bfbe74 100644
--- a/doxygen/CMakeLists.txt
+++ b/doxygen/CMakeLists.txt
@@ -29,7 +29,7 @@ if (DOXYGEN_FOUND)
set (DOXYGEN_SEARCHENGINE_URL)
set (DOXYGEN_STRIP_FROM_PATH ${HDF5_SOURCE_DIR})
set (DOXYGEN_STRIP_FROM_INC_PATH ${HDF5_SOURCE_DIR})
- set (DOXYGEN_PREDEFINED "H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_DOXYGEN H5_HAVE_SUBFILING_VFD H5_HAVE_IOC_VFD")
+ set (DOXYGEN_PREDEFINED "H5_HAVE_DIRECT H5_HAVE_LIBHDFS H5_HAVE_MAP_API H5_HAVE_PARALLEL H5_HAVE_ROS3_VFD H5_DOXYGEN H5_HAVE_SUBFILING_VFD H5_HAVE_IOC_VFD H5_HAVE_MIRROR_VFD")
# This configure and individual custom targets work together
# Replace variables inside @@ with the current values