#157 Explicitly add linking with librt, probably fix build issue with some old Linux.
This commit is contained in:
@ -130,7 +130,7 @@ else()
|
||||
src/Platform_unix.cpp
|
||||
)
|
||||
|
||||
set(EXTRA_LIBS pthread)
|
||||
set(EXTRA_LIBS pthread rt)
|
||||
endif()
|
||||
|
||||
if (CMAKE_SYSTEM_NAME STREQUAL FreeBSD)
|
||||
|
Reference in New Issue
Block a user