Add more help for cmake options

This commit is contained in:
Stefan Profanter 2019-04-30 10:41:42 +02:00
parent 77a06b13ec
commit f101e78ede
No known key found for this signature in database
GPG Key ID: 52787A8E77301854

View File

@ -17,9 +17,18 @@ Fill out the sections and checklist below (add text at the end of each line).
## Background Information / Reproduction Steps
Used CMake command line:
<!-- Include all options here, which you modified or used for your build -->
Used CMake options:
<!--
Include all CMake options here, which you modified or used for your build.
If you are using cmake-gui, go to "Tools > Show my Changes" and paste the content of "Command Line Options"
On the command line use `cmake -L` (or `cmake -LA` if you changed advanced variables)
-->
```bash
cmake -DUA_NAMESPACE_ZERO=<YOUR_OPTION> <ANY_OTHER_OPTIONS> ..