summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2016-12-21 18:21:23 -0500
committerAllen Winter <allen.winter@kdab.com>2016-12-21 18:21:23 -0500
commit59cbd599c0b22c2ba2e1b2ed4778f30ca0de40f4 (patch)
treeb4519083ba6dff2daf56ab2a36e66fad52623243 /ConfigureChecks.cmake
parent3678f01bda891dc056959db309e32da525a22ec6 (diff)
downloadlibical-git-59cbd599c0b22c2ba2e1b2ed4778f30ca0de40f4.tar.gz
* Signature changed for functions:
+ VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) issue#276
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index bb115381..e4d0e2ec 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -55,7 +55,7 @@ check_function_exists(iswspace HAVE_ISWSPACE) #Linux <wctype.h>
check_function_exists(setenv HAVE_SETENV)
check_function_exists(unsetenv HAVE_UNSETENV)
check_function_exists(snprintf HAVE_SNPRINTF) #Available with MSVC 2015
-#TODO:V2:BUILDSYSTEM:Figure out why check_function_exists fails to find snprintf for MSVC2015
+#TODO:BUILDSYSTEM:Figure out why check_function_exists fails to find snprintf for MSVC2015
if(MSVC_VERSION GREATER 1899)
set(HAVE_SNPRINTF true)
endif()