diff --git a/examples/README.md b/examples/README.md index 0145c89cfc847cda2725beadd8285aab05209b6f..e516ac7adaaa71e36d66849a8217b4e1e7a13934 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