X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=CMakeLists.txt;h=7bf7503970134c8e7baaf653690d82db2caf1444;hb=a563cfd0f2a5e68ad0eab1a371b141fab4ddd59e;hp=0720a4702153e427884dbfa0b6f9630673fb7f26;hpb=b7fa1d4f02453634253a0a2cdc88eefd19c34aa2;p=simgear.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 0720a470..7bf75039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,6 @@ endif(HAVE_UNISTD_H) set(RT_LIBRARY "") if(HAVE_CLOCK_GETTIME) - #check_function_exists(clock_gettime CLOCK_GETTIME_IN_LIBC) check_library_exists(rt clock_gettime "" HAVE_RT) if(HAVE_RT) set(RT_LIBRARY rt)