diff options
author | Nils Gladitz <nilsgladitz@gmail.com> | 2013-12-25 16:59:24 (GMT) |
---|---|---|
committer | Nils Gladitz <nilsgladitz@gmail.com> | 2014-01-08 15:28:14 (GMT) |
commit | be0458c5620d611a772fd3a25312cf5ae6cb492c (patch) | |
tree | a026c5ba04bd2404ce29ae77b22485a865f92bd2 /Help/variable/CMAKE_SKIP_INSTALL_RULES.rst | |
parent | b87ce492ab4600091262593499095ea5db1ae0ca (diff) | |
download | CMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.zip CMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.tar.gz CMake-be0458c5620d611a772fd3a25312cf5ae6cb492c.tar.bz2 |
InstallRules: added new variable to disable generation of install rules
The boolean variable CMAKE_SKIP_INSTALL_RULES
allows disabling generation of install rules for projects which don't
want them.
Diffstat (limited to 'Help/variable/CMAKE_SKIP_INSTALL_RULES.rst')
-rw-r--r-- | Help/variable/CMAKE_SKIP_INSTALL_RULES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst b/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst new file mode 100644 index 0000000..5eda254 --- /dev/null +++ b/Help/variable/CMAKE_SKIP_INSTALL_RULES.rst @@ -0,0 +1,7 @@ +CMAKE_SKIP_INSTALL_RULES +------------------------ + +Whether to disable generation of installation rules. + +If TRUE, cmake will neither generate installaton rules nor +will it generate cmake_install.cmake files. This variable is FALSE by default. |