Skip to content

Commit

Permalink
Static link OpenSSL libs in CMake preset for Windows (#7332)
Browse files Browse the repository at this point in the history
* Static link OpenSSL libs

* Update CL

* Move to env vars
  • Loading branch information
nbolton committed Jan 19, 2024
1 parent ef31d3e commit bcf701e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"CMAKE_C_COMPILER": "cl.exe",
"CMAKE_CXX_COMPILER": "cl.exe"
},
"environment": {
"SYNERGY_STATIC_OPENSSL": "ON"
},
"architecture": {
"value": "x64",
"strategy": "external"
Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Tasks:
- #7328 Reset error state before calling Process32Next
- #1177 Split CMake presets into debug and release
- #7331 Script to install deps (Windows only for now)
- #7332 Static link OpenSSL libs in CMake preset for Windows

# 1.14.6

Expand Down

0 comments on commit bcf701e

Please sign in to comment.