diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-11-17 20:51:48 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-12 18:11:36 +0300 |
commit | 13c58ac13e1a84c30de24191931af425286d0550 (patch) | |
tree | bb8c55d18be1d62fb3b6913742bc773253f30a52 /m4 | |
parent | Update THANKS. (diff) | |
download | xz-13c58ac13e1a84c30de24191931af425286d0550.tar.xz |
CMake: Fix compatibility with CMake 3.13.
The syntax "if(DEFINED CACHE{FOO})" requires CMake 3.14.
In some other places the code treats the cache variables
like normal variables already (${FOO} or if(FOO) is used,
not ${CACHE{FOO}).
Thanks to ygrek for reporting the bug on IRC.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions