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 targets use CMAKE_PREFIX_PATH instead of CMAKE_INSTALL_PREFIX #23

Open
dgavedissian opened this issue Sep 5, 2015 · 0 comments

Comments

@dgavedissian
Copy link

When installing software built with CMake, it should be installed to the path specified by CMAKE_INSTALL_PREFIX. A pull request has added install targets to install to CMAKE_PREFIX_PATH, which is incorrect. CMAKE_PREFIX_PATH is used for FIND_XX scripts to search for dependencies to the project you're currently building.

These need to be changed to remove the explicit ${CMAKE_PREFIX_PATH} from the install targets. I'll create a pull request to fix this.

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

No branches or pull requests

1 participant