diff options
author | warptangent <warptangent@tutanota.com> | 2016-02-12 16:52:52 -0800 |
---|---|---|
committer | warptangent <warptangent@tutanota.com> | 2016-02-12 16:54:14 -0800 |
commit | 9832d18dcaf664750758f5f0afb73097cfdfa9c8 (patch) | |
tree | 49d32c8a41428b4ef1f8f1789c0fb17be9cb7e61 /CMakeLists.txt | |
parent | cmake: Remove unused variable (diff) | |
download | monero-9832d18dcaf664750758f5f0afb73097cfdfa9c8.tar.xz |
cmake: Include OpenSSL libraries in static linking
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 05c747aec..3e95f48ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,8 +177,6 @@ if(MINGW) list(REMOVE_ITEM CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES ${DEFLIB}) endif() -set(ORIG_CMAKE_FIND_LIBRARY_SUFFIXES ${CMAKE_FIND_LIBRARY_SUFFIXES}) - if(STATIC) if(MSVC) set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .dll.a .a ${CMAKE_FIND_LIBRARY_SUFFIXES}) |