summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst b/share/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst
deleted file mode 100755
index af6f08c..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_USE_RELATIVE_PATHS.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-CMAKE_USE_RELATIVE_PATHS
-------------------------
-
-Use relative paths (May not work!).
-
-If this is set to TRUE, then CMake will use relative paths between the
-source and binary tree. This option does not work for more
-complicated projects, and relative paths are used when possible. In
-general, it is not possible to move CMake generated makefiles to a
-different location regardless of the value of this variable.