Enabling Boost by default as it seems to work under linux aswell (Gentoo 13.0 that is)

This commit is contained in:
leak
2014-05-13 21:14:50 +02:00
parent 3ba49277d9
commit af675195df

View File

@@ -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()