Update CMakeLists.txt

This commit is contained in:
Zoltan Csizmadia 2016-03-05 17:03:01 -06:00
commit 5cd6f8fa80

View file

@ -41,7 +41,7 @@ endif()
if(WIN32)
list(APPEND DEPLIBS ws2_32 iphlpapi)
elsif()
else()
list(APPEND DEPLIBS pthread)
check_library_exists(rt clock_gettime "" HAS_LIBRT)
if (HAS_LIBRT)