Skip to content
Success

Changes

Summary

  1. When cross-compiling, assume strptime() is POSIX unless told otherwise. (commit: fc62f88) (details)
Commit fc62f8877c39e69e5221161b578293b67218fc20 by jim
When cross-compiling, assume strptime() is POSIX unless told otherwise.

But issue a warning when making that assumption. Add new option
FORCE_COMPAT_STRPTIME to force the use of the compat version
when cross-compiling and the target platform strptime() is not
POSIX-compliant. Poster children for the latter are BSD platforms,
including MacOS, where %t is not handled POSIXly.

Fix #472
(commit: fc62f88)
The file was modified CMakeLists.txt (diff)