cmake/Help/variable/CMAKE_TRY_COMPILE_CONFIGURATION.rst

11 lines
402 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_TRY_COMPILE_CONFIGURATION
-------------------------------
2015-11-17 17:22:37 +01:00
Build configuration used for :command:`try_compile` and :command:`try_run`
projects.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
Projects built by :command:`try_compile` and :command:`try_run` are built
synchronously during the CMake configuration step. Therefore a specific build
2014-08-03 19:52:23 +02:00
configuration must be chosen even if the generated build system
supports multiple configurations.