From 8f1d9bb7b0cca265276c46caf928c047870b34f1 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Wed, 30 Dec 2020 10:40:25 +0100 Subject: cmake: add PATH logic to preliminary dep check (fixes #8133) --- docs/markdown/Contributing.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Contributing.md b/docs/markdown/Contributing.md index c9cebee..46fe57f 100644 --- a/docs/markdown/Contributing.md +++ b/docs/markdown/Contributing.md @@ -219,8 +219,12 @@ Exanple `test.json`: #### env The `env` key contains a dictionary which specifies additional -environment variables to be set during the configure step of the test. `@ROOT@` -is replaced with the absolute path of the source directory. +environment variables to be set during the configure step of the test. + +There is some basic support for configuring the string with the `@@` syntax: + +- `@ROOT@`: absolute path of the source directory +- `@PATH@`: current value of the `PATH` env variable #### installed -- cgit v1.1