Skip to content

Commit

Permalink
Merge pull request #1 from vertoe/master
Browse files Browse the repository at this point in the history
fix CMakeLists.txt to add -lpthread, did not compile boost 1.55
  • Loading branch information
monero-project committed May 6, 2014
2 parents 4baedc4 + 4153316 commit 9b7accb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ if(MINGW)
elseif(APPLE)
set(Boost_LIBRARIES "${Boost_LIBRARIES}")
elseif(NOT MSVC)
set(Boost_LIBRARIES "${Boost_LIBRARIES};rt")
set(Boost_LIBRARIES "${Boost_LIBRARIES};rt;pthread")
endif()

set(COMMIT_ID_IN_VERSION ON CACHE BOOL "Include commit ID in version")
Expand Down

0 comments on commit 9b7accb

Please sign in to comment.