Browse Source

Git: Update cmake example for issue template

Stefan Profanter 5 years ago
parent
commit
913559fe7d
1 changed files with 1 additions and 1 deletions
  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