Skip to content

Conversation

Julius-Plehn
Copy link
Contributor

Without this PR, only the first file within the loop is checked for. Therefore, it fails if the first file is not found.

Without PR:

-- Checking for HDF5 config header
-- Looking for H5public.h
-- Looking for H5public.h - not found
CMake Error at cmake/check_hdf5.cmake:30 (message):
  Could not include any HDF5 config headers
Call Stack (most recent call first):

With PR:

-- Looking for H5public.h
-- Looking for H5public.h - not found
-- Looking for H5pubconf.h
-- Looking for H5pubconf.h - found
-- Using H5pubconf.h to check for feature macros

@CLAassistant
Copy link

CLAassistant commented Feb 22, 2024

CLA assistant check
All committers have signed the CLA.

@WardF WardF merged commit 6662212 into Unidata:main Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants