summaryrefslogtreecommitdiffstats
path: root/config/cmake-presets
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-22 16:04:20 (GMT)
committerGitHub <noreply@github.com>2023-08-22 16:04:20 (GMT)
commita66ba8ff553e5811530898ab70862e6cd5e85b9c (patch)
treed1bb23c16a0cc76a6b7564aeb0a8057d0b584d62 /config/cmake-presets
parent83ad24852850ef53ae4ee577fb0feaf55de52195 (diff)
downloadhdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.zip
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.gz
hdf5-a66ba8ff553e5811530898ab70862e6cd5e85b9c.tar.bz2
Update presets, examples uncompress, szip cache (#3392)
* Update presets, examples uncompress, szip cache * remove obsolete file * Correct spelling * Update build script to match change in presets
Diffstat (limited to 'config/cmake-presets')
-rw-r--r--config/cmake-presets/hidden-presets.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake-presets/hidden-presets.json b/config/cmake-presets/hidden-presets.json
index 18ffdd1..9dd4f9f 100644
--- a/config/cmake-presets/hidden-presets.json
+++ b/config/cmake-presets/hidden-presets.json
@@ -7,8 +7,8 @@
"description": "Basic build using Ninja generator",
"generator": "Ninja",
"hidden": true,
- "binaryDir": "${sourceParentDir}/build/${presetName}",
- "installDir": "${sourceParentDir}/install/${presetName}"
+ "binaryDir": "${sourceParentDir}/build114/${presetName}",
+ "installDir": "${sourceParentDir}/install114/${presetName}"
},
{
"name": "ci-x64",