Replies: 1 comment 3 replies
-
Hey @flagarde, thanks for the question! Please see the relevant issue for a detailed discussion on that topic. TL;DR: CMake libraries are often not made to be imported directly (without installation) and often define a bunch of useless targets that get included in the One issue that we didn't consider is that CMake still adds tests, which can potentially break the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Reading the doc it appears that
All packages added using the shorthand syntax will be added using the EXCLUDE_FROM_ALL flag.
. Could you explain the reason of such behaviour?Beta Was this translation helpful? Give feedback.
All reactions