CMAKE_TRY_COMPILE_CONFIGURATION.rst 358 B

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