diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 13d6e9c..370cd9c 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt | |||
@@ -75,10 +75,5 @@ else() | |||
75 | set(OPENSSL_SRC ${OPENSSL_SRC} strtonum.c) | 75 | set(OPENSSL_SRC ${OPENSSL_SRC} strtonum.c) |
76 | endif() | 76 | endif() |
77 | 77 | ||
78 | set(OPENSSL_LIBS ssl crypto) | ||
79 | if(CMAKE_HOST_WIN32) | ||
80 | set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) | ||
81 | endif() | ||
82 | |||
83 | add_executable(openssl ${OPENSSL_SRC}) | 78 | add_executable(openssl ${OPENSSL_SRC}) |
84 | target_link_libraries(openssl ${OPENSSL_LIBS}) | 79 | target_link_libraries(openssl ${OPENSSL_LIBS}) |