ExternalProject-non-cmake-source-subdir.rst 317 B

1234567
  1. ExternalProject-non-cmake-source-subdir
  2. ---------------------------------------
  3. * The :module:`ExternalProject` module's ``ExternalProject_Add`` command
  4. learned to apply ``SOURCE_SUBDIR`` when ``BUILD_IN_SOURCE`` is also used.
  5. The ``BUILD_COMMAND`` is run in the given ``SOURCE_SUBDIR`` of the
  6. ``SOURCE_DIR``.