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

Install directory fix #1028

Merged
merged 1 commit into from
Oct 22, 2021
Merged

Install directory fix #1028

merged 1 commit into from
Oct 22, 2021

Conversation

JPenuchot
Copy link
Collaborator

Single line change to the eve include directory install directive. Targeting include/eve and specifying TYPE INCLUDE instead of . is the way to go to ensure CMake knows we want include/eve to be put in the include target.

This effectively allows users to specify the include install directory using the CMAKE_INSTALL_INCLUDEDIR variable, whereas the old version only allowed to change the install prefix for all the install targets as a whole with CMAKE_INSTALL_PREFIX.

… INCLUDE\' instead for compatibility with GNUInstallDirs variables
@jfalcou jfalcou merged commit 384a771 into jfalcou:develop Oct 22, 2021
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.

None yet

2 participants