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/FetchContent.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/FetchContent.cmake')
-rw-r--r-- | Modules/FetchContent.cmake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake index f3e1b51..0e98f49 100644 --- a/Modules/FetchContent.cmake +++ b/Modules/FetchContent.cmake @@ -76,8 +76,11 @@ sometimes useful as part of implementing some higher level feature or to populate some content in CMake's script mode. +Commands +^^^^^^^^ + Declaring Content Details -^^^^^^^^^^^^^^^^^^^^^^^^^ +""""""""""""""""""""""""" .. command:: FetchContent_Declare @@ -130,7 +133,7 @@ Declaring Content Details ) Populating The Content -^^^^^^^^^^^^^^^^^^^^^^ +"""""""""""""""""""""" For most common scenarios, population means making content available to the main build according to previously declared details for that dependency. |