xz/cmake
Lasse Collin 13c58ac13e 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.
2022-07-12 18:11:36 +03:00
..
tuklib_common.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_cpucores.cmake CMake: Fix compatibility with CMake 3.13. 2022-07-12 18:11:36 +03:00
tuklib_integer.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_mbstr.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00
tuklib_physmem.cmake CMake: Fix compatibility with CMake 3.13. 2022-07-12 18:11:36 +03:00
tuklib_progname.cmake Build: Add very limited experimental CMake support. 2020-03-11 13:05:29 +02:00