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 No /fast targets in try_compile project mode 2009-08-04 14:37:46 -04:00
CMakeLists.txt Avoid if() quoted auto-dereference 2014-10-20 11:49:16 -04:00
exit_success.c ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now 2007-06-01 11:16:29 -04:00
exit_with_error.c ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now 2007-06-01 11:16:29 -04:00
expect_arg.c Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
fail.c ENH: add a new test to test try compile 2003-02-10 13:19:34 -05:00
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