We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0311a45 commit f9ff15aCopy full SHA for f9ff15a
1 file changed
build_windows.cmd
@@ -1,4 +1,4 @@
1
mkdir build_dir
2
cd build_dir
3
cmake -S .. -B . -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL" -DOPENSSL_USE_STATIC_LIBS=TRUE
4
-cmake --build . --j --config Release
+cmake --build . --parallel --config Release
0 commit comments