From ab617200a5052c07315ba93c2fa34f5b26463a92 Mon Sep 17 00:00:00 2001 From: crypto-ape <43807588+crypto-ape@users.noreply.github.com> Date: Mon, 20 May 2019 15:00:02 +0200 Subject: [PATCH] Removed unneeded definitions --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a154c9b..c722b18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -141,7 +141,6 @@ IF(NOT WIN32) if(NOT APPLE) SET(rt_library rt) - SET(pthread_library pthread) endif(NOT APPLE) ENDIF(NOT WIN32)