microsoft / GSL

Guidelines Support Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please add GSL_* prefix to VS_ADD_NATIVE_VISUALIZERS

opened this issue · comments

Without this necessary prefix this cache variable goes to the ungrouped entries category.

Here is an example picture:

image

This is confusing for cmake-gui/ccmake users.

Instead the issue will be fixed if the cache variable is renamed to GSL_VS_ADD_NATIVE_VISUALIZERS.

This seems like a pretty straight forward fix, please file a PR with the fix. Thanks.