diff options
author | leak <leak@bitmx.net> | 2014-05-13 21:14:50 +0200 |
---|---|---|
committer | leak <leak@bitmx.net> | 2014-05-13 21:14:50 +0200 |
commit | af675195df9f8d6e891181d4f48c81b0a65c986f (patch) | |
tree | a6103b0f46a566998573b328f7a5d74b610a1270 /CMakeLists.txt | |
parent | 3ba49277d994cc1899e6f666ad0ea439a57d1ce7 (diff) |
Enabling Boost by default as it seems to work under linux aswell (Gentoo 13.0 that is)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21fa378fad0..7923fc33eb7 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() |