remove net depends

This commit is contained in:
marketideas 2019-11-15 03:10:41 -08:00
parent 8d6107beda
commit 3338ff263d
2 changed files with 5 additions and 3 deletions

View File

@ -19,13 +19,13 @@ set(SOURCE
${PROJECT_ROOT}/psuedo.cpp
)
find_package(OpenSSL REQUIRED)
find_package(Poco REQUIRED Foundation Util XML JSON NetSSL)
#find_package(OpenSSL REQUIRED)
find_package(Poco REQUIRED Foundation Util XML JSON )
include_directories(BEFORE
${PROJECT_ROOT}
${PROJECT_ROOT}/lib${LIBRARY_NAME}/include/${LIBRARY_NAME}
${OPENSSL_INCLUDE_DIR}
#${OPENSSL_INCLUDE_DIR}
${Poco_INCLUDE_DIRS}
)

View File

@ -8,6 +8,8 @@
//#define SERVERAPP
//#define ENABLE_SSL
#define USE_LOGGER
//#define USE_NET
#define USE_SSL
// help text
#define HELP_USAGE "<options> <list of files>"