-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix variable usage to reduce conflicts with hdf5 library #44
Conversation
# Build examples | ||
#----------------------------------------------------------------------------- | ||
add_subdirectory (C) | ||
if (HDF_BUILD_FORTRAN AND HDF5_BUILD_FORTRAN) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to update these variable names to use a prefix like "H5EX" or "HDF5EX" as used above so that we know where the variables come from and what they're used for. It would also be good to decide which among "H5EX" and "HDF5EX" we wish to use and try to be consistent using that every across these CMakeLists files for the examples.
Do not calculate version if included in library
add_subdirectory commands should be after checking for requirements
Correct names and variables
Change project specific variables to not clash with HDF5 library names