CMAKE_TRY_COMPILE_CONFIGURATION.rst 402 B

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