Permalink
Browse files

Update CMakeLists.txt

  • Loading branch information...
worktycho committed Oct 5, 2014
1 parent ec71ffc commit a20bd0dbbd9c107a47049ce83f0b050384fd7b19
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/OSSupport/CMakeLists.txt
@@ -39,6 +39,6 @@ if(NOT MSVC)
add_library(OSSupport ${SRCS} ${HDRS})
if(UNIX)
target_link_libraries(OSSupport pthread)
target_link_libraries(OSSupport pthread rt)
endif()
endif()

0 comments on commit a20bd0d

Please sign in to comment.