mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 05:23:27 -07:00
Update CMakeLists.txt
This commit is contained in:
parent
838534f441
commit
5cd6f8fa80
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
||||||
elsif()
|
else()
|
||||||
list(APPEND DEPLIBS pthread)
|
list(APPEND DEPLIBS pthread)
|
||||||
check_library_exists(rt clock_gettime "" HAS_LIBRT)
|
check_library_exists(rt clock_gettime "" HAS_LIBRT)
|
||||||
if (HAS_LIBRT)
|
if (HAS_LIBRT)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue