find_package failing on prescan stage #1677
Unanswered
SMorettini
asked this question in
Q&A
Replies: 2 comments 2 replies
-
#1642 is the crux of the issue. In short, your CMAKE variables aren't being fully forwarded over. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is the appropriate fix for packages that do not define FPP files inside. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After migrating to Fprime 3, the
find_package(rclcpp QUIET)
is failing with the following errors:After some tests and debugging I find out that if I add the following condition the CMake run smoothly:
Instead, if I use the following code I obtain again the error posted above:
It seems that on the
prescan
thefind_package(rclcpp QUIET)
fails. Any idea of why it is happening? Is there in the prescan something that could influence thefind_package
?Beta Was this translation helpful? Give feedback.
All reactions