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

get_property(LOCATION) fails in CMake 3.6.3 #209

Closed
michael-hart opened this issue Apr 18, 2018 · 3 comments
Closed

get_property(LOCATION) fails in CMake 3.6.3 #209

michael-hart opened this issue Apr 18, 2018 · 3 comments

Comments

@michael-hart
Copy link
Contributor

There is a warning from 3.0 upwards, and 3.6.3 blocks it entirely. The suggestion is given in the link below:
https://cmake.org/cmake/help/v3.6/policy/CMP0026.html

@sigiesec
Copy link
Member

Thanks for bringing this up. Could you supply a PR fixing this issue?

@kurdybacha
Copy link
Contributor

does anyone know what is a use case for this below?

get_target_property(@PROJECT_NAME@_LIBRARY libzmq LOCATION)
get_target_property(@PROJECT_NAME@_STATIC_LIBRARY libzmq-static LOCATION)

kurdybacha added a commit to kurdybacha/cppzmq that referenced this issue Jul 4, 2018
Solution: remove problematic cmake lines as they seem to be not necessary.
kurdybacha added a commit to kurdybacha/cppzmq that referenced this issue Jul 4, 2018
Solution: remove problematic cmake lines as they seem to be not necessary.
kurdybacha added a commit to kurdybacha/cppzmq that referenced this issue Jul 4, 2018
Solution: remove problematic cmake lines as they seem to be not necessary.
bluca added a commit that referenced this issue Jul 5, 2018
Problem: #209 and monitor_t tests not event driven
@kurdybacha
Copy link
Contributor

@bluca can you close it now, please.

@bluca bluca closed this as completed Jul 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants