diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-11-17 20:51:48 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-11-17 21:09:39 +0200 |
commit | 2f108abb3d82e4e2313b438dae9c0c7c7a6366f2 (patch) | |
tree | d4e8a0dbb079bc49c2a83fb096cf0b52f540dcbf /po | |
parent | Update THANKS. (diff) | |
download | xz-2f108abb3d82e4e2313b438dae9c0c7c7a6366f2.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 'po')
0 files changed, 0 insertions, 0 deletions