We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8d89d commit 1976b51Copy full SHA for 1976b51
README.md
@@ -112,8 +112,8 @@ The CMake options control which components will be built and available in the li
112
2. Build using cmake:
113
```bash
114
mkdir build
115
- cmake -B build -DCMAKE_BUILD_TYPE=Release
116
- cmake --build build
+ cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release
+ cmake --build build --config Release
117
```
118
This builds static and dynamic libraries. Static library cmake targets are named `<target>_static` (e.g. `hwinfo_static`)
119
0 commit comments