diff options
Diffstat (limited to 'Help/release/dev/dep-provider-try_compile.rst')
-rw-r--r-- | Help/release/dev/dep-provider-try_compile.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/dep-provider-try_compile.rst b/Help/release/dev/dep-provider-try_compile.rst new file mode 100644 index 0000000..666c9b1 --- /dev/null +++ b/Help/release/dev/dep-provider-try_compile.rst @@ -0,0 +1,9 @@ +dep-provider-try_compile +------------------------ + +* The :prop_gbl:`PROPAGATE_TOP_LEVEL_INCLUDES_TO_TRY_COMPILE` global property + can be used to propagate :variable:`CMAKE_PROJECT_TOP_LEVEL_INCLUDES` into + :command:`try_compile` calls that use the + :ref:`whole-project signature <Try Compiling Whole Projects>`. + This is primarily intended as a way for dependency providers to be enabled + in such :command:`try_compile` calls. |