Is there support for net new SYSTEM property feature of fetch contents? #438
ClausKlein
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey thanks for the heads up! I think it would be a great idea to include this feature in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New in version
CMake v3.25
:SYSTEM
If the SYSTEM argument is provided, the SYSTEM directory property of a subdirectory added by FetchContent_MakeAvailable() will be set to true. This will affect non-imported targets created as part of that command. See the SYSTEM target property documentation for a more detailed discussion of the effects.
Beta Was this translation helpful? Give feedback.
All reactions