Преглед изворни кода

Git: Update cmake example for issue template

Stefan Profanter пре 5 година
родитељ
комит
913559fe7d
1 измењених фајлова са 1 додато и 1 уклоњено
  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