From 5cd6f8fa8027452f596cb5ffea26f67787a91eee Mon Sep 17 00:00:00 2001 From: Zoltan Csizmadia Date: Sat, 5 Mar 2016 17:03:01 -0600 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3728458..6068be0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)