Remove Boost from CMakeLists.txt

Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1615
This commit is contained in:
llugovic 2018-09-27 13:18:37 +02:00
parent f8ef7eb2df
commit 13529411db

View File

@ -137,9 +137,6 @@ if (USE_READLINE)
endif()
endif()
set(Boost_USE_STATIC_LIBS ON)
find_package(Boost 1.62 REQUIRED COMPONENTS iostreams serialization)
# OpenSSL
find_package(OpenSSL REQUIRED)