CMake/Utilities/cmliblzma
Ben Boeckel 29c3edb87a Avoid if() quoted auto-dereference
When testing CMAKE_<LANG>_COMPILER_ID values, do not explicitly
dereference or quote the variable. We want if() to auto-dereference the
variable and not its value. Also replace MATCHES with STREQUAL where
equivalent.
2014-10-20 11:49:16 -04:00
..
common liblzma: Disable warnings to avoid changing 3rd party code 2014-07-29 08:45:36 -04:00
liblzma liblzma: Fix compilation with PGI compiler 2014-08-04 10:12:51 -04:00
.gitattributes liblzma: Add .gitattributes to ignore whitespace checks 2014-07-21 14:08:46 -04:00
CMakeLists.txt Avoid if() quoted auto-dereference 2014-10-20 11:49:16 -04:00
COPYING Merge branch 'liblzma-upstream' into add-liblzma 2014-07-21 15:54:44 -04:00
README-CMake.txt liblzma: Add README-CMake.txt 2014-07-23 10:34:55 -04:00
config.h.in liblzma: Avoid defining a 'restrict' macro 2014-07-29 08:45:36 -04:00