From af675195df9f8d6e891181d4f48c81b0a65c986f Mon Sep 17 00:00:00 2001 From: leak Date: Tue, 13 May 2014 21:14:50 +0200 Subject: [PATCH] Enabling Boost by default as it seems to work under linux aswell (Gentoo 13.0 that is) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fa378fad..7923fc33eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,6 +56,8 @@ find_package(ACE REQUIRED) find_package(OpenSSL REQUIRED) find_package(Threads REQUIRED) +include(ConfigureBoost) + if( NOT USE_MYSQL_SOURCES ) find_package(MySQL REQUIRED) endif()