mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 23:59:53 -05:00
ExternalProject: Document module inclusion in project mode
This module can be only included in project mode (when `CMAKE_ROLE` is `PROJECT`). Issue: #26555
This commit is contained in:
@@ -14,7 +14,7 @@ ExternalProject
|
||||
This module provides commands to download and build external projects as
|
||||
part of CMake build phase.
|
||||
|
||||
Load this module in CMake with:
|
||||
Load this module in a CMake project with:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user