summaryrefslogtreecommitdiff
path: root/share/cmake-3.22/Help/variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst
blob: d731f02c0424e0a34c1478b46bd3b13188d3fb55 (plain)
1
2
3
4
5
6
7
8
9
10
CMAKE_TRY_COMPILE_CONFIGURATION
-------------------------------

Build configuration used for :command:`try_compile` and :command:`try_run`
projects.

Projects built by :command:`try_compile` and :command:`try_run` are built
synchronously during the CMake configuration step.  Therefore a specific build
configuration must be chosen even if the generated build system
supports multiple configurations.