Skip to content

Commit

Permalink
Merge pull request #417 from YoshuaNava/fix/pthread_depend
Browse files Browse the repository at this point in the history
Link against pthread
  • Loading branch information
pomerlef committed Nov 4, 2020
2 parents 62e9d3b + f76f1f5 commit 3e803f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ set(EXTERNAL_LIBS "")
# compile local version of gtest and yaml-cpp
add_subdirectory(contrib)

#---------------------------
# DEPENDENCY: POSIX Threads
#---------------------------
set(EXTERNAL_LIBS ${EXTERNAL_LIBS} pthread)

#--------------------
# DEPENDENCY: boost
Expand Down

0 comments on commit 3e803f4

Please sign in to comment.