From 4bf4091ef79e53e41c7b0463f58d8fc4c9777f22 Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Fri, 24 Feb 2012 22:47:18 +0100 Subject: [PATCH] Remove obsolete comment... --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5