diff options
author | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-17 10:53:28 (GMT) |
---|---|---|
committer | Joachim Wuttke (o) <j.wuttke@fz-juelich.de> | 2020-02-17 11:15:57 (GMT) |
commit | 05e56b18979df25f1e2409ca8b8b9d2c8fe71466 (patch) | |
tree | 8977c799ff1aff474ab52379566cefded31d0124 /Modules/ExternalProject.cmake | |
parent | 6d00a2de7b019b17bd9735108c1e80c2031f345a (diff) | |
download | CMake-05e56b18979df25f1e2409ca8b8b9d2c8fe71466.zip CMake-05e56b18979df25f1e2409ca8b8b9d2c8fe71466.tar.gz CMake-05e56b18979df25f1e2409ca8b8b9d2c8fe71466.tar.bz2 |
Help: FetchContent, ExternalProject: Command sections -> subsections
Diffstat (limited to 'Modules/ExternalProject.cmake')
-rw-r--r-- | Modules/ExternalProject.cmake | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index c69a2ee..bf205aa 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -9,8 +9,11 @@ ExternalProject .. contents:: +Commands +^^^^^^^^ + External Project Definition -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +""""""""""""""""""""""""""" .. command:: ExternalProject_Add @@ -665,7 +668,7 @@ External Project Definition automatic substitutions that are supported for some options. Obtaining Project Properties -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +"""""""""""""""""""""""""""" .. command:: ExternalProject_Get_Property @@ -686,7 +689,7 @@ Obtaining Project Properties message("Source dir of myExtProj = ${SOURCE_DIR}") Explicit Step Management -^^^^^^^^^^^^^^^^^^^^^^^^ +"""""""""""""""""""""""" The ``ExternalProject_Add()`` function on its own is often sufficient for incorporating an external project into the main build. Certain scenarios |