Quellcode durchsuchen

Git: Update cmake example for issue template

Stefan Profanter vor 5 Jahren
Ursprung
Commit
913559fe7d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      ISSUE_TEMPLATE.md

+ 1 - 1
ISSUE_TEMPLATE.md

@@ -22,7 +22,7 @@ Used CMake command line:
 <!-- Include all options here, which you modified or used for your build -->
 
 ```bash
-cmake -DUA_ENABLE_FULL_NS0=<YOUR_OPTION> <ANY_OTHER_OPTIONS> ..
+cmake -DUA_NAMESPACE_ZERO=<YOUR_OPTION> <ANY_OTHER_OPTIONS> ..
 ```
 
 ## Checklist