https://github.com/Kitware/CMake
Raw File
Tip revision: 624461526f4707a2406ebbd40245a605b6bd41fa authored by Brad King on 04 April 2023, 18:59:48 UTC
CMake 3.26.3
Tip revision: 6244615
CMAKE_TRY_COMPILE_CONFIGURATION.rst
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.
back to top