Use of builtin timezones does not work on Linux
Milan Crha
mcrha at redhat.com
Mon Aug 24 11:54:19 EDT 2020
On Mon, 2020-08-24 at 10:12 -0400, Allen Winter wrote:
> On Monday, August 24, 2020 3:42:48 AM EDT Milan Crha wrote:
> > On Sat, 2020-08-15 at 10:52 -0400, Allen Winter wrote:
> > > In the current 3.0 and master branches I see:
> > > set(PACKAGE_DATA_DIR
> > > "\\\"${CMAKE_INSTALL_PREFIX}/share/libical\\\"")
> > >
> How do you explain ^^
Hi,
it matches what I see here. The CMake (3.17.3 here) keeps the escaped
characters, thus it makes `\"` from the `\\\"` in the CMakeLists.txt
file. See my initial email, it shows what the variable expands to in
the source code. You can use also gdb to check it out in runtime.
As I wrote earlier, I do not know whether it's a changed behavior in
the (newer) CMake or if it was like that from the very beginning.
Bye,
Milan
More information about the libical-devel
mailing list