summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ExternalProject-non-cmake-source-subdir.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/ExternalProject-non-cmake-source-subdir.rst')
-rw-r--r--Help/release/dev/ExternalProject-non-cmake-source-subdir.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ExternalProject-non-cmake-source-subdir.rst b/Help/release/dev/ExternalProject-non-cmake-source-subdir.rst
new file mode 100644
index 0000000..29fe2ad
--- /dev/null
+++ b/Help/release/dev/ExternalProject-non-cmake-source-subdir.rst
@@ -0,0 +1,7 @@
+ExternalProject-non-cmake-source-subdir
+---------------------------------------
+
+* The :module:`ExternalProject` module's ``ExternalProject_Add`` command
+ learned to apply ``SOURCE_SUBDIR`` when ``BUILD_IN_SOURCE`` is also used.
+ The ``BUILD_COMMAND`` is run in the given ``SOURCE_SUBDIR`` of the
+ ``SOURCE_DIR``.