summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2015-05-01 19:20:39 -0400
committerAllen Winter <allen.winter@kdab.com>2015-05-01 19:20:39 -0400
commit01011fd7bd9916e66ce4d4d7caca973d30d42ad7 (patch)
treef21f6ac7f9f4028163d0819d7a88eeb09d412e6b /ConfigureChecks.cmake
parent43b9036c8bf6d6c457fff87411d6c1805dd03937 (diff)
downloadlibical-git-01011fd7bd9916e66ce4d4d7caca973d30d42ad7.tar.gz
icalcalendar - configure a mkdir()
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 178b2d0e..a032588e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -22,6 +22,8 @@ check_function_exists(getpwent HAVE_GETPWENT)
check_function_exists(gmtime_r HAVE_GMTIME_R)
check_function_exists(isspace HAVE_ISSPACE)
check_function_exists(iswspace HAVE_ISWSPACE)
+check_function_exists(mkdir HAVE_MKDIR)
+check_function_exists(_mkdir HAVE__MKDIR) #Windows <io.h>
check_function_exists(open HAVE_OPEN) #Unix <fcntl.h>
check_function_exists(_open HAVE__OPEN) #Windows <io.h>
check_function_exists(setenv HAVE_SETENV)