From 13529411dbbfbf2bd4ebb63dc37468beb7a1b12a Mon Sep 17 00:00:00 2001 From: llugovic Date: Thu, 27 Sep 2018 13:18:37 +0200 Subject: [PATCH] Remove Boost from CMakeLists.txt Reviewers: teon.banek, mferencevic Reviewed By: teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1615 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a90b52759..b493802e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)