summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst
diff options
context:
space:
mode:
authorRobert Maynard <robert.maynard@kitware.com>2020-07-30 14:15:22 (GMT)
committerRobert Maynard <robert.maynard@kitware.com>2020-08-28 15:21:31 (GMT)
commit8976817d6d4cf8ba5755ab24e2760c4c9cb485de (patch)
tree61527f71f418714e83b51f40d305c913486b28c8 /Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst
parent2368f46ba42efab00f7a0c7d1b24301f19196176 (diff)
downloadCMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.zip
CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.gz
CMake-8976817d6d4cf8ba5755ab24e2760c4c9cb485de.tar.bz2
ISPC: Update help documentation to include ISPC
Diffstat (limited to 'Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst')
-rw-r--r--Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst b/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst
index 61b63fb..2a3a8bc 100644
--- a/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst
+++ b/Help/prop_tgt/ISPC_HEADER_DIRECTORY.rst
@@ -3,10 +3,11 @@ ISPC_HEADER_DIRECTORY
.. versionadded:: 3.19
-Specify output directory for ISPC headers provided by the target.
+Specify relative output directory for ISPC headers provided by the target.
If the target contains ISPC source files, this specifies the directory in which
-the generated headers will be placed. When this property is not set, the
+the generated headers will be placed. Relative paths are treated with respect to
+the value of :variable:`CMAKE_CURRENT_BINARY_DIR`. When this property is not set, the
headers will be placed a generator defined build directory. If the variable
:variable:`CMAKE_ISPC_HEADER_DIRECTORY` is set when a target is created
its value is used to initialize this property.