We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ef7c0 commit a8597acCopy full SHA for a8597ac
CMakeLists.txt
@@ -352,11 +352,6 @@ else()
352
endif()
353
354
355
- include(CheckLibraryExists)
356
- CHECK_LIBRARY_EXISTS(rt clock_gettime "time.h" HAVE_CLOCK_GETTIME)
357
- if(HAVE_CLOCK_GETTIME)
358
- link_libraries(rt)
359
- endif(HAVE_CLOCK_GETTIME)
360
endif(MSVC)
361
362
# setup variables needed for custom configuration type
0 commit comments