-
Notifications
You must be signed in to change notification settings - Fork 379
Description
For example tools.build:sharedlinkflags documentation says
List of extra flags used by CMakeToolchain for CMAKE_SHARED_LINKER_FLAGS_INIT variable
I think this is not entirely true, because I see that these extra flags are propagated to other generators too
Or tools.build:cxxflags documentation says
List of extra CXX flags used by different toolchains like CMakeToolchain, AutotoolsToolchain and MesonToolchain
and at the same time I see that this configuration is used in MSBuildToolchain which is not mentioned
Probably not a documentation issue, but... I'm trying to build a large dependency tree, and I don't even know what *Toolchain or *Deps they use, and I want some confidence. I would like documentation to say that all my flags are just propagated without mentioning generators. If this isn't the case for some generators, a big fat red error when my linker flags aren't propagated will be a huge plus.