From a9122f74e0b965c7ecb5e8ceb8e3dfb682e14336 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 21 Jul 2015 22:21:14 -0500 Subject: add cmake tests --- apps/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps') 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() set(OPENSSL_SRC ${OPENSSL_SRC} strtonum.c) endif() -set(OPENSSL_LIBS ssl crypto) -if(CMAKE_HOST_WIN32) - set(OPENSSL_LIBS ${OPENSSL_LIBS} ws2_32) -endif() - add_executable(openssl ${OPENSSL_SRC}) target_link_libraries(openssl ${OPENSSL_LIBS}) -- cgit v1.2.3-55-g6feb