1CMAKE_TRY_COMPILE_CONFIGURATION
2-------------------------------
3
4Build configuration used for :command:`try_compile` and :command:`try_run`
5projects.
6
7Projects built by :command:`try_compile` and :command:`try_run` are built
8synchronously during the CMake configuration step.  Therefore a specific build
9configuration must be chosen even if the generated build system
10supports multiple configurations.
11