Cleanup build scripts
This commit is contained in:
parent
ad007007f8
commit
6f31f88db3
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue