mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
cmRST: Add support for 'envvar' directive
This was accidentally left out of commit 8acf46caf1 (Utilities/Sphinx:
Add role and directive for 'envvar' in CMake domain, 2018-04-19,
v3.12.0-rc1~200^2~1).
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ cmRST::cmRST(std::ostream& os, std::string docroot)
|
||||
, Markup(MarkupNone)
|
||||
, Directive(DirectiveNone)
|
||||
, CMakeDirective("^.. (cmake:)?("
|
||||
"command|variable"
|
||||
"command|envvar|variable"
|
||||
")::[ \t]+([^ \t\n]+)$")
|
||||
, CMakeModuleDirective("^.. cmake-module::[ \t]+([^ \t\n]+)$")
|
||||
, ParsedLiteralDirective("^.. parsed-literal::[ \t]*(.*)$")
|
||||
|
||||
Reference in New Issue
Block a user