blueloveTH преди 1 година
родител
ревизия
eb280910c9
променени са 1 файла, в които са добавени 0 реда и са изтрити 8 реда
  1. 0 8
      CMakeLists.txt

+ 0 - 8
CMakeLists.txt

@@ -82,12 +82,4 @@ if(UNIX)
     if(PK_ENABLE_OS)
         target_link_libraries(${PROJECT_NAME} dl)
     endif()
-
-    # for very old linux systems
-    include(CheckLibraryExists)
-    check_library_exists(rt clock_gettime "" HAVE_LIBRT)
-
-    if(HAVE_LIBRT)
-        target_link_libraries(${PROJECT_NAME} rt)
-    endif()
 endif()