diff options
author | Brad King <brad.king@kitware.com> | 2014-11-06 18:50:40 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-06 19:52:26 (GMT) |
commit | 20c5f4fbd98148685954a6d9ca567d43758f63aa (patch) | |
tree | b9e19074122ec3701cae51c2131e20ee89a33690 /Modules/ExternalProject.cmake | |
parent | 6c4aa388a5de3786f16fe806e4586d5f8d9e205d (diff) | |
download | CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.zip CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.tar.gz CMake-20c5f4fbd98148685954a6d9ca567d43758f63aa.tar.bz2 |
Modules: Wrap long lines in pre-formatted documentation blocks
Help format the blocks better for display without a wide screen.
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 d6a6b72..1e9a98a 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -52,7 +52,7 @@ # [CMAKE_GENERATOR_PLATFORM p] # Generator-specific platform name # [CMAKE_GENERATOR_TOOLSET t] # Generator-specific toolset name # [CMAKE_ARGS args...] # Arguments to CMake command line -# [CMAKE_CACHE_ARGS args...] # Initial cache arguments, of the form -Dvar:string=on +# [CMAKE_CACHE_ARGS args...] # Initial cache args with form -Dvar:string=on # #--Build step----------------- # [BINARY_DIR dir] # Specify build dir location # [BUILD_COMMAND cmd...] # Command to drive the native build |