diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index 3a6b26a035..9e9f39fb4c 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -59,10 +59,10 @@ Try Compiling Source Files .. code-block:: cmake try_compile( - ] | - SOURCE_FROM_CONTENT ] | - SOURCE_FROM_VAR ] | - SOURCE_FROM_FILE >... + | + SOURCE_FROM_CONTENT | + SOURCE_FROM_VAR | + SOURCE_FROM_FILE >... [NO_CACHE] [CMAKE_FLAGS ...] [COMPILE_DEFINITIONS ...] diff --git a/Help/command/try_run.rst b/Help/command/try_run.rst index be7c73484c..cd41a4ba2f 100644 --- a/Help/command/try_run.rst +++ b/Help/command/try_run.rst @@ -13,10 +13,10 @@ Try Compiling and Running Source Files .. code-block:: cmake try_run( - ] | - SOURCE_FROM_CONTENT ] | - SOURCE_FROM_VAR ] | - SOURCE_FROM_FILE >... + | + SOURCE_FROM_CONTENT | + SOURCE_FROM_VAR | + SOURCE_FROM_FILE >... [NO_CACHE] [CMAKE_FLAGS ...] [COMPILE_DEFINITIONS ...]