diff options
author | Spp <spp@jorge.gr> | 2013-05-21 08:36:52 +0200 |
---|---|---|
committer | Spp <spp@jorge.gr> | 2013-05-21 08:36:52 +0200 |
commit | d3c2af0f66c6bf7e9b47890820921c2c061ba2e2 (patch) | |
tree | dbc14c897295e47ef3b5545ec6dbe52a0f9f0695 /CMakeLists.txt | |
parent | 0dc9353746e3eb24fa015b02e23a8a7154346b09 (diff) |
Core/Build: Fix compile under Ubuntu 13.04 and openSUSE 12.3 (and probably other new distros)
Closes #9832
Closes #9740
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 72d1a225f28..b5db167fa22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,8 @@ include(CheckPlatform) find_package(PCHSupport) find_package(ACE REQUIRED) find_package(OpenSSL REQUIRED) +find_package(Threads REQUIRED) + if( NOT USE_MYSQL_SOURCES ) find_package(MySQL REQUIRED) endif() |