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

Keep cmake_module_path #1910

Merged
merged 1 commit into from Dec 12, 2015
Merged

Keep cmake_module_path #1910

merged 1 commit into from Dec 12, 2015

Conversation

lasote
Copy link
Contributor

@lasote lasote commented Dec 11, 2015

If CMAKE_MODULE_PATH was specified previously, keep the values.
We are improving conan.io (c++ package manager) supporting custom FindXXX.cmake for some packages like Boost and Hwloc. So those packages in conan provides their own FindXXX.
If you override the CMAKE_MODULE_PATH, conan won't be able to find the custom finders and the dependencies will be unresolved.
I think it doesn't affect at all to your build system but would be great for HPX conan package.
We are currently improving HPX Package (current version is a very alpha version) generator for conan.io. We hope to have a better version of HPX when we release conan 0.5

@hkaiser hkaiser added this to the 0.9.12 milestone Dec 11, 2015
@hkaiser
Copy link
Member

hkaiser commented Dec 11, 2015

LGTM, thanks !

hkaiser added a commit that referenced this pull request Dec 12, 2015
@hkaiser hkaiser merged commit 099d485 into STEllAR-GROUP:master Dec 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants