From f2e33f0573668c2d32c647340894553cc3325334 Mon Sep 17 00:00:00 2001
From: Christopher Dilks <christopher.j.dilks@gmail.com>
Date: Mon, 12 Sep 2022 12:31:47 -0400
Subject: [PATCH] doc: examples/README.md `cmake` option should be
 `DD4HEP_EXAMPLES`

---
 examples/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/README.md b/examples/README.md
index 0145c89cf..e516ac7ad 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -11,9 +11,9 @@ The subfolders in this directory contain several examples on how to use DD4hep.
    make install
    ctest --output-on-failure
    ```
-    or to build a subset, use the variable `DD4HEP_BUILD_EXAMPLES` e.g.
+    or to build a subset, use the variable `DD4HEP_EXAMPLES` e.g.
       ```
-   cmake -DDD4HEP_BUILD_EXAMPLES="OpticalSurfaces DDG4" ..
+   cmake -DDD4HEP_EXAMPLES="OpticalSurfaces DDG4" ..
    make
    make install
    ctest --output-on-failure
-- 
GitLab