Skip to content

Commit 62c00f7

Browse files
HFTraderSergeyRyabinin
authored andcommitted
Fix issue #1926 CMake breaks while building static libs on Redhat/CentOS
1 parent c3aa235 commit 62c00f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Findcrypto.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ else()
5959
if (BUILD_SHARED_LIBS)
6060
set(crypto_LIBRARY ${crypto_SHARED_LIBRARY})
6161
else()
62-
set(crypto_LIBRARY ${crypto_STATIC_LIBRARY})
62+
set(crypto_LIBRARY ${crypto_SHARED_LIBRARY})
6363
endif()
6464
endif()
6565

0 commit comments

Comments
 (0)