You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial idea was to place the desired default build configuration
first in `CMAKE_CONFIGURATION_TYPES`. The "Ninja Multi-Config" generator
treats the first configuration as the default, but this is not the case
for other generators.
This change uses the dedicated `CMAKE_DEFAULT_BUILD_TYPE` variable for
the same purpose, avoiding hard-coding `CMAKE_CONFIGURATION_TYPES` and
preserving users' settings, if any.
0 commit comments