This repository was archived by the owner on Oct 18, 2023. It is now read-only.
forked fromcpp-netlib/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork0
Commit7cbd52c
The CmakeLists.txt file in the cpp-netlib repository incorrectly sets (cpp-netlib#873)
the lib suffixes when building with CPP-NETLIB_STATIC_OPENSSL on aWindows Machine. Adding an 'If (WIN32)' condition to properly setCMAKE_FIND_LIBRARY_SUFFIXES to '.lib' on a windows machine.1 parentdab9f51 commit7cbd52c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments
Comments
(0)