CMAKE_CONFIGURATION_TYPES
Specifies the available build types on multi-config generators.
This specifies what build types (configurations) will be available such as Debug
, Release
, RelWithDebInfo
etc. This has reasonable defaults on most platforms, but can be extended to provide other build types.
See CMAKE_BUILD_TYPE
for specifying the configuration with single-config generators.
© 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License.
https://cmake.org/cmake/help/v3.21/variable/CMAKE_CONFIGURATION_TYPES.html