Skip to content

Commit

Permalink
Add more help for cmake options
Browse files Browse the repository at this point in the history
  • Loading branch information
Pro committed Apr 30, 2019
1 parent 77a06b1 commit f101e78
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> ..
Expand Down

0 comments on commit f101e78

Please sign in to comment.