Cleanup build scripts

This commit is contained in:
BenDr0id 2018-04-16 15:42:14 +02:00
parent ad007007f8
commit 6f31f88db3
2 changed files with 4 additions and 4 deletions

View file

@ -116,11 +116,11 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
find_package(UV REQUIRED)
if (WIN32)
find_package(Boost 1.62.0 COMPONENTS system date_time regex REQUIRED)
else()
find_package(Boost 1.62.0 COMPONENTS system REQUIRED)
add_definitions(-DBOOST_ALL_NO_LIB)
endif()
find_package(Boost 1.62.0 COMPONENTS system REQUIRED)
include(cmake/flags.cmake)
if (WITH_TLS)