diff options
author | Brad King <brad.king@kitware.com> | 2013-09-12 15:41:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-15 18:12:49 (GMT) |
commit | 441f2808eca5c1deed7e480ce3043c57c901b33c (patch) | |
tree | ff6f8e35a32be270def253dbcd41c3ef322f768a /Modules/ExternalProject.cmake | |
parent | 6ceb6511554c41c14eafe882e5b94c0438e69bbc (diff) | |
download | CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.zip CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.gz CMake-441f2808eca5c1deed7e480ce3043c57c901b33c.tar.bz2 |
Help: Fix reStructuredText syntax in auto-generated documents
Diffstat (limited to 'Modules/ExternalProject.cmake')
-rw-r--r-- | Modules/ExternalProject.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index b8499b3..84fa613 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -71,7 +71,7 @@ # [STEP_TARGETS st1 st2 ...] # Generate custom targets for these steps # ) # -# The *_DIR options specify directories for the project, with default +# The ``*_DIR`` options specify directories for the project, with default # directories computed as follows. If the PREFIX option is given to # ExternalProject_Add() or the EP_PREFIX directory property is set, then # an external project is built and installed under the specified prefix: |