summaryrefslogtreecommitdiffstats
path: root/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst')
-rw-r--r--Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst b/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
index 4d96385..5dad6bd 100644
--- a/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
+++ b/Help/variable/CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION.rst
@@ -1,10 +1,11 @@
CPACK_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION
-------------------------------------------
-Ask CPack to error out as soon as a file with absolute INSTALL DESTINATION is encountered.
+Ask CPack to error out as soon as a file with absolute ``INSTALL DESTINATION``
+is encountered.
The fatal error is emitted before the installation of the offending
-file takes place. Some CPack generators, like NSIS,enforce this
+file takes place. Some CPack generators, like NSIS, enforce this
internally. This variable triggers the definition
-ofCMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION when CPack runsVariables
-common to all CPack generators
+of :variable:`CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION` when CPack
+runs.