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

Fix invalid cmake export configuration #20

Merged
merged 1 commit into from May 25, 2019

Conversation

Bnmann
Copy link

@Bnmann Bnmann commented May 25, 2019

Modify the CMakeLists.txt file to properly generate config file.
The /include string part intended for BUILD_INTERFACE was added
after the generator expression itself, which resulted
in extra /include path INTERFACE_INCLUDE_DIRECTORIES property
of exported configuration.

Modify the CMakeLists.txt file to properly generate config file.
The `/include` string part intended for BUILD_INTERFACE was added
after the generator expression itself, which resulted
in extra `/include` path INTERFACE_INCLUDE_DIRECTORIES property
of exported configuration.
@p-ranav p-ranav merged commit b95765f into p-ranav:master May 25, 2019
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