Skip to content

Commit

Permalink
use documented initial cache variable to find hdf5 on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwittenburg committed Aug 17, 2023
1 parent dba347c commit 3416176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/ci/cmake/ci-win2022-vs2022-ompi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADIOS2_USE_Fortran:BOOL=OFF
ADIOS2_USE_MPI:BOOL=ON
ADIOS2_USE_HDF5:STRING=ON
ADIOS2_USE_HDF5_VOL:STRING=OFF
HDF5_DIR:PATH=C:/hdf5/HDF5-1.14.2.1-win64/cmake
HDF5_ROOT:PATH=C:/hdf5/HDF5-1.14.2.1-win64
")

set(CTEST_CMAKE_GENERATOR "Visual Studio 17 2022")
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/cmake/ci-win2022-vs2022-serial.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ADIOS2_USE_Fortran:BOOL=OFF
ADIOS2_USE_MPI:BOOL=OFF
ADIOS2_USE_HDF5:STRING=ON
ADIOS2_USE_HDF5_VOL:STRING=OFF
HDF5_DIR:PATH=C:/hdf5/HDF5-1.14.2.1-win64/cmake
HDF5_ROOT:PATH=C:/hdf5/HDF5-1.14.2.1-win64
")

set(CTEST_CMAKE_GENERATOR "Visual Studio 17 2022")
Expand Down

0 comments on commit 3416176

Please sign in to comment.