Skip to content

Commit 1976b51

Browse files
Release build instruction for windows (#110)
1 parent 3e8d89d commit 1976b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ The CMake options control which components will be built and available in the li
112112
2. Build using cmake:
113113
```bash
114114
mkdir build
115-
cmake -B build -DCMAKE_BUILD_TYPE=Release
116-
cmake --build build
115+
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release
116+
cmake --build build --config Release
117117
```
118118
This builds static and dynamic libraries. Static library cmake targets are named `<target>_static` (e.g. `hwinfo_static`)
119119

0 commit comments

Comments
 (0)