diff options
Diffstat (limited to 'ssl')
-rw-r--r-- | ssl/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ssl/CMakeLists.txt b/ssl/CMakeLists.txt index f5288a9..cf62ff4 100644 --- a/ssl/CMakeLists.txt +++ b/ssl/CMakeLists.txt | |||
@@ -92,10 +92,10 @@ set_target_properties(ssl PROPERTIES | |||
92 | EXPORT_NAME SSL | 92 | EXPORT_NAME SSL |
93 | VERSION ${SSL_VERSION} | 93 | VERSION ${SSL_VERSION} |
94 | SOVERSION ${SSL_MAJOR_VERSION} | 94 | SOVERSION ${SSL_MAJOR_VERSION} |
95 | if(NOT CMAKE_VERSION VERSION_LESS 3.27.0) | ||
96 | DLL_NAME_WITH_SOVERSION TRUE | ||
97 | endif() | ||
98 | ) | 95 | ) |
96 | if(NOT CMAKE_VERSION VERSION_LESS 3.27.0) | ||
97 | set_target_properties(ssl PROPERTIES DLL_NAME_WITH_SOVERSION TRUE) | ||
98 | endif() | ||
99 | 99 | ||
100 | target_include_directories( | 100 | target_include_directories( |
101 | ssl | 101 | ssl |