From a123adcabbbb583c0e5829d40f6bd8ad345207bc Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 15 Jun 2015 17:04:26 -0400 Subject: cmake discovery for localtime_r() --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 997cc54b..ba6ef1e7 100755 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -30,6 +30,7 @@ else() check_function_exists(getpid HAVE_GETPID) #Unix check_function_exists(getpwent HAVE_GETPWENT) #Unix , check_function_exists(gmtime_r HAVE_GMTIME_R) #Unix + check_function_exists(localtime_r HAVE_LOCALTIME_R) #Unix check_function_exists(mkdir HAVE_MKDIR) #Unix , check_function_exists(open HAVE_OPEN) #Unix ,, check_function_exists(nanosleep HAVE_NANOSLEEP) #Unix -- cgit v1.2.1