Revision e133fe3c030cfdc25b2e0fa799a350a182c49dae authored by Brad King on 23 March 2023, 12:42:32 UTC, committed by Kitware Robot on 23 March 2023, 12:42:53 UTC
a6bb4975ab FindHDF5: Restore parallel HDF5 detection with only CXX enabled

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8355
2 parent s 15a86d4 + a6bb497
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top