Skip to content

Commit 2cff12f

Browse files
committed
cmake twice for older openssl versions
1 parent bc9b53b commit 2cff12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/build_windows_openssl_old.bat

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
22
mkdir build
33
cd build
4+
cmd.exe /c cmake -G "NMake Makefiles" ..
45
cmake -G "NMake Makefiles" -DBUILD_TEST=TRUE -DBUILD_LEGACY_OPENSSL_VERSION=ON -DEXT_PTHREAD_INCLUDE_DIR="C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/include/" -DEXT_PTHREAD_LIBRARIES="C:/tools/pthreads-w32-2-9-1-release/Pre-built.2/lib/x64/libpthreadGC2.a" ..
56
nmake

0 commit comments

Comments
 (0)