From 06a85c253005a0b95976dbecae8286a5f6603ba3 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov <0x7fffff@guattari.ru> Date: Thu, 18 Aug 2022 16:41:40 +0400 Subject: Refactor --- CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b96abd8..b8b5d20 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,14 +101,6 @@ if(KIT_HAVE_TIMESPEC_GET) target_compile_definitions(${KIT_LIBRARY} PUBLIC KIT_HAVE_TIMESPEC_GET) endif() -if(KIT_HAVE_PTHREAD) - target_compile_definitions(${KIT_LIBRARY} PUBLIC KIT_HAVE_PTHREAD) -endif() - -if(KIT_HAVE_WINDOWS) - target_compile_definitions(${KIT_LIBRARY} PUBLIC KIT_HAVE_WINDOWS) -endif() - if(KIT_DISABLE_SYSTEM_MALLOC) target_compile_definitions(${KIT_LIBRARY} PUBLIC KIT_DISABLE_SYSTEM_MALLOC) endif() -- cgit v1.2.3