mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
Add more help for cmake options
This commit is contained in:
parent
77a06b13ec
commit
f101e78ede
@ -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> ..
|
||||
|
Loading…
Reference in New Issue
Block a user