Skip to content
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

Update CMakeLists.txt to allow building tools before "install" step #5178

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

poelmanc
Copy link

The INTERFACE include directory $<INSTALL_PREFIX>/include only gets populated after the install step has been performed. Adding ${CMAKE_CURRENT_LIST_DIR} enables developers on a fresh build to build HDF5 and the libraries and tools in one go.

… been run

The INTERFACE include directory $<INSTALL_PREFIX>/include only gets populated after the install step has been performed. Adding ${CMAKE_CURRENT_LIST_DIR} enables developers on a fresh build to build HDF5 and the libraries and tools in one go.
@byrnHDF
Copy link
Contributor

byrnHDF commented Dec 16, 2024

This really should not be necessary.
What is your use case and build commands that cause the issue?

@hyoklee hyoklee added the Component - Build CMake, Autotools label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Build CMake, Autotools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants