summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2018-11-15 15:46:02 (GMT)
committerMarc Chevrier <marc.chevrier@gmail.com>2018-11-19 09:56:02 (GMT)
commitb10f7ac534ef611fcdd6f09e830be6b9c4e28e11 (patch)
tree05a105ed8d52c8cc1079845be27a960920d84934 /Help
parent64df9ef33a2f4eb9ef0cb17a2844308d9c7f7034 (diff)
downloadCMake-b10f7ac534ef611fcdd6f09e830be6b9c4e28e11.zip
CMake-b10f7ac534ef611fcdd6f09e830be6b9c4e28e11.tar.gz
CMake-b10f7ac534ef611fcdd6f09e830be6b9c4e28e11.tar.bz2
CMP0083: fix warning message on try_compile
Fixes: #18593
Diffstat (limited to 'Help')
-rw-r--r--Help/command/try_compile.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst
index 28caa7c..310ad11 100644
--- a/Help/command/try_compile.rst
+++ b/Help/command/try_compile.rst
@@ -127,7 +127,8 @@ default values:
If :policy:`CMP0056` is set to ``NEW``, then
:variable:`CMAKE_EXE_LINKER_FLAGS` is passed in as well.
-The current setting of :policy:`CMP0065` is set in the generated project.
+The current settings of :policy:`CMP0065` and :policy:`CMP0083` are set in the
+generated project.
Set the :variable:`CMAKE_TRY_COMPILE_CONFIGURATION` variable to choose
a build configuration.