mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
...
This commit is contained in:
parent
5cc224cb3e
commit
eb280910c9
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user