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 binary directory not pointing to correct directory #208

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

grasmanek94
Copy link
Contributor

CMAKE_CURRENT_BINARY_DIR should be used here instead of CMAKE_BINARY_DIR when using in subproject where the output of sub cmake projects could be in BinaryDirectory/subproject/, CMAKE_BINARY_DIR points to BinaryDirectory/ in that case and the python scripts can not be found.

`CMAKE_CURRENT_BINARY_DIR` should be used here instead of `CMAKE_BINARY_DIR` when using in subproject where the output of sub cmake projects could be in `BinaryDirectory/subproject/`, `CMAKE_BINARY_DIR ` points to `BinaryDirectory/` in that case and the python scripts can not be found.
@Zeex Zeex merged commit 43ad7b4 into Zeex:master Jul 8, 2019
@Zeex
Copy link
Owner

Zeex commented Jul 8, 2019

Thanks 👍

@grasmanek94 grasmanek94 deleted the patch-1 branch July 8, 2019 07:07
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