aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt
index 59939cb..03d3c24 100644
--- a/crypto/CMakeLists.txt
+++ b/crypto/CMakeLists.txt
@@ -850,10 +850,10 @@ set_target_properties(crypto PROPERTIES
850 EXPORT_NAME Crypto 850 EXPORT_NAME Crypto
851 VERSION ${CRYPTO_VERSION} 851 VERSION ${CRYPTO_VERSION}
852 SOVERSION ${CRYPTO_MAJOR_VERSION} 852 SOVERSION ${CRYPTO_MAJOR_VERSION}
853 if(NOT CMAKE_VERSION VERSION_LESS 3.27.0)
854 DLL_NAME_WITH_SOVERSION TRUE
855 endif()
856) 853)
854if(NOT CMAKE_VERSION VERSION_LESS 3.27.0)
855 set_target_properties(crypto PROPERTIES DLL_NAME_WITH_SOVERSION TRUE)
856endif()
857 857
858target_include_directories( 858target_include_directories(
859 crypto 859 crypto