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 f9ff15a commit a2da879Copy full SHA for a2da879
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
+cmake -S .. -B . -DOPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
4
cmake --build . --parallel --config Release
0 commit comments