summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ExternalProject-non-cmake-source-subdir.rst
blob: 29fe2ad5d53d77950923045f95e2d809dd9b9cb1 (plain)
1
2
3
4
5
6
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``.