CMP0111 requires IMPORTED_LOCATION or IMPORTED_IMPLIB being set#1041
CMP0111 requires IMPORTED_LOCATION or IMPORTED_IMPLIB being set#1041milyin merged 1 commit intoeclipse-zenoh:mainfrom
Conversation
|
PR missing one of the required labels: {'documentation', 'bug', 'internal', 'enhancement', 'new feature', 'breaking-change', 'dependencies'} |
|
PR missing one of the required labels: {'documentation', 'dependencies', 'bug', 'new feature', 'enhancement', 'breaking-change', 'internal'} |
|
I fixed the typo fixing the cross-compilation and replaced the remaining release variants with a local variable as well. The CI now fails with a timeout while |
fuzzypixelz
left a comment
There was a problem hiding this comment.
Please sign the Eclipse Contributor Agreement.
I did this already a few days ago, once the pipeline complained for the first time. As far as I can tell, the corresponding pipeline is fine since. |
When using
zenohcvia cmake'sFetchContentmechanism,I get the following warnings:
and on linking,
Apparently, the
IMPORTED_LOCATIONis really needed ;)This change sets the correct library and makes the linking work fine for me.
Please note: While a generator expression would be nicer, we sadly have to evaluate the expression at configure-time.