summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst')
-rw-r--r--share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst b/share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst
deleted file mode 100644
index 49bc558..0000000
--- a/share/cmake-3.6/Help/variable/PROJECT-NAME_BINARY_DIR.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-<PROJECT-NAME>_BINARY_DIR
--------------------------
-
-Top level binary directory for the named project.
-
-A variable is created with the name used in the :command:`project` command,
-and is the binary directory for the project. This can be useful when
-:command:`add_subdirectory` is used to connect several projects.