diff options
| author | Enrico Zini <enrico@enricozini.org> | 2011-03-20 18:55:34 +0000 |
|---|---|---|
| committer | Enrico Zini <enrico@enricozini.org> | 2011-03-20 18:55:34 +0000 |
| commit | def083ac98b56b2e64511c4107fe48a78cbb8dbf (patch) | |
| tree | 7d0788a76e2a39110e876909aced2b516e576aeb | |
| parent | 171256b8a5cd6b998c27f36a12011f241bee3dfe (diff) | |
| download | libept-def083ac98b56b2e64511c4107fe48a78cbb8dbf.tar.gz | |
Added missing -lpthread
| -rw-r--r-- | ept/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ept/CMakeLists.txt b/ept/CMakeLists.txt index ed9b6c7..6e9d587 100644 --- a/ept/CMakeLists.txt +++ b/ept/CMakeLists.txt @@ -21,7 +21,7 @@ set( testh ${debtagstesth} ${popcontesth} include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${TAGCOLL_INCLUDE_DIRS} ${WIBBLE_INCLUDE_DIRS} ) -link_libraries( ${WIBBLE_LIBRARIES} ${TAGCOLL_LIBRARIES} apt-pkg xapian ) +link_libraries( ${WIBBLE_LIBRARIES} ${TAGCOLL_LIBRARIES} apt-pkg xapian -lpthread ) add_definitions( -fexceptions -fPIC -fvisibility=default ) add_library( ept SHARED ${src} ) |
