summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2017-05-24 08:44:08 -0400
committerAllen Winter <allen.winter@kdab.com>2017-05-24 08:44:08 -0400
commitff70a4ca002148c33dec543697e0403e5691e883 (patch)
treedeb3de744059f0ffd163cd2ecd2e0f5f0bd938df /Install.txt
parentd89668a894993dec35b4a655cfcc61784d83f8f7 (diff)
downloadlibical-git-ff70a4ca002148c33dec543697e0403e5691e883.tar.gz
We now default to using inter-operable VTIMEZONEs
Issue#256
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Install.txt b/Install.txt
index d553de9b..cb6c6380 100644
--- a/Install.txt
+++ b/Install.txt
@@ -125,8 +125,8 @@ Use these CMake options to adjust the library behavior as follows:
ALWAYS true on Windows systems
* USE_INTEROPERABLE_VTIMEZONES=[true|false]
- Set to use inter-operable rather than exact VTIMEZONEs.
- Default=false (build exact VTIMEZONEs)
+ Unset to use exact rather than inter-operable VTIMEZONEs.
+ Default=True (inter-operable VTIMEZONEs)
Notes:
Change the behavior at runtime using the icaltzutil_set_exact_vtimezones_support() function.
Query the behavior at runtime using the icaltzutil_get_exact_vtimezones_support() function.