got rid of the last recursive mutexes. abstracted the threading primitives (and switched over to use asio's internal ones).
This commit is contained in:
@@ -154,9 +154,9 @@ else (shared)
|
||||
add_library(torrent-rasterbar STATIC ${sources2} ${zlib_sources2})
|
||||
endif (shared)
|
||||
|
||||
FIND_PACKAGE( Boost 1.34 COMPONENTS filesystem thread)
|
||||
FIND_PACKAGE( Boost 1.34 COMPONENTS filesystem)
|
||||
if (NOT Boost_VERSION LESS 103500)
|
||||
FIND_PACKAGE( Boost 1.35 COMPONENTS filesystem thread system)
|
||||
FIND_PACKAGE( Boost 1.35 COMPONENTS filesystem system)
|
||||
endif (NOT Boost_VERSION LESS 103500)
|
||||
include_directories(${Boost_INCLUDE_DIR})
|
||||
target_link_libraries(torrent-rasterbar ${Boost_LIBRARIES})
|
||||
|
Reference in New Issue
Block a user