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

Installation failing if include/${MODULE_NAME} is not existing #256

Closed
matthiasrichter opened this issue Mar 8, 2017 · 1 comment
Closed

Comments

@matthiasrichter
Copy link
Collaborator

The installation fails if the directory for public headers is missing. That's a rare case but possible for a module with only executables and no public headers.

@matthiasrichter
Copy link
Collaborator Author

I can combine this with #254 in one PR

matthiasrichter added a commit to matthiasrichter/AliceO2 that referenced this issue Mar 9, 2017
Fix AliceO2Group#254: Automatically find internal header files in module's src directory
Fix AliceO2Group#256: conditional installation of public headers
@ktf ktf closed this as completed in #257 Mar 13, 2017
ktf pushed a commit that referenced this issue Mar 13, 2017
Fix #254: Automatically find internal header files in module's src directory
Fix #256: conditional installation of public headers
matthiasrichter added a commit to matthiasrichter/AliceO2 that referenced this issue Apr 20, 2017
This is related to AliceO2Group#256, the previous fix in AliceO2Group#257 introduced
a bug skipping header file installation completely. The
check for existence of public header directory needs the
CMAKE_CURRENT_SOURCE_DIR in the directory path.
ktf pushed a commit that referenced this issue Apr 20, 2017
This is related to #256, the previous fix in #257 introduced
a bug skipping header file installation completely. The
check for existence of public header directory needs the
CMAKE_CURRENT_SOURCE_DIR in the directory path.
mikesas pushed a commit to mikesas/AliceO2 that referenced this issue Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant