ExternalProject_exclude-from-all.rst 494 B

1234567891011
  1. ExternalProject_exclude-from-all
  2. --------------------------------
  3. * The :module:`ExternalProject` module ``ExternalProject_Add`` command
  4. learned a new ``EXCLUDE_FROM_ALL`` option to cause the external
  5. project target to have the :prop_tgt:`EXCLUDE_FROM_ALL` target
  6. property set.
  7. * The :module:`ExternalProject` module ``ExternalProject_Add_Step`` command
  8. learned a new ``EXCLUDE_FROM_MAIN`` option to cause the step to not be
  9. a direct dependency of the main external project target.