CMake/Tests/TryCompile
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
..
Inner
CMakeLists.txt Avoid if() quoted auto-dereference 2014-10-20 11:49:16 -04:00
exit_success.c
exit_with_error.c
expect_arg.c Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
fail.c
fail2a.c try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
fail2b.c try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
pass.c Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
pass2a.c try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
pass2b.cxx try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
testdef.c try_compile: Escape CMAKE_<lang>_FLAGS in test projects (#14268) 2013-07-15 09:14:56 -04:00