summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2024-01-09 17:42:45 (GMT)
committerGitHub <noreply@github.com>2024-01-09 17:42:45 (GMT)
commitc12932865d314162c6795d605c8d8aca3f5902ef (patch)
treed80af564aef27d29b2e11365bea9d1496eb52067 /CMakeLists.txt
parent6a5dd86315c07f2c371a4d3e4a1e296739f789f1 (diff)
downloadhdf5-c12932865d314162c6795d605c8d8aca3f5902ef.zip
hdf5-c12932865d314162c6795d605c8d8aca3f5902ef.tar.gz
hdf5-c12932865d314162c6795d605c8d8aca3f5902ef.tar.bz2
Reorg and update options for doc and cmake config (#3934)
* Reorg and update options for doc and cmake config * Correct subfiling depends
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 803dbff..9fe0b49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -220,7 +220,7 @@ set (HDF5_CPP_TST_DIR ${HDF5_SOURCE_DIR}/c++/test)
set (HDF5_HL_SRC_DIR ${HDF5_SOURCE_DIR}/hl)
set (HDF5_HL_CPP_SRC_DIR ${HDF5_SOURCE_DIR}/hl/c++)
set (HDF5_HL_TOOLS_DIR ${HDF5_SOURCE_DIR}/hl/tools)
-set (HDF5_TOOLS_ROOT_DIR ${HDF5_SOURCE_DIR}/tools)
+set (HDF5_TOOLS_ROOT_DIR ${HDF5_SOURCE_DIR}/tools)
set (HDF5_TOOLS_SRC_DIR ${HDF5_SOURCE_DIR}/tools/src)
set (HDF5_TOOLS_TST_DIR ${HDF5_SOURCE_DIR}/tools/test)
set (HDF5_PERFORM_SRC_DIR ${HDF5_SOURCE_DIR}/tools/src/perform)