summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step5/MathFunctions/MakeTable.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-02-05 15:48:20 (GMT)
committerBrad King <brad.king@kitware.com>2016-02-05 15:49:08 (GMT)
commitd31d7ffd1e59c9fe2a108726d2d9d78adf90ca11 (patch)
tree7972b0a5d40be8a422811db888adfbe985a7a4d2 /Help/guide/tutorial/Step5/MathFunctions/MakeTable.cxx
parent5ee00b71e94f5daa985b8453ae67b125ea0983d9 (diff)
downloadCMake-d31d7ffd1e59c9fe2a108726d2d9d78adf90ca11.zip
CMake-d31d7ffd1e59c9fe2a108726d2d9d78adf90ca11.tar.gz
CMake-d31d7ffd1e59c9fe2a108726d2d9d78adf90ca11.tar.bz2
Tests: Fix Fortran test to run FortranCInterface again
Updates to Tests/Fortran by commit v3.2.0-rc1~501^2 (Avoid if() quoted auto-dereference, 2014-10-14) changed our check "${CMAKE_Fortran_COMPILER_ID}" MATCHES "${CMAKE_C_COMPILER_ID}" to CMAKE_Fortran_COMPILER_ID MATCHES CMAKE_C_COMPILER_ID because CMP0054 warned about the LHS compiler id "MSVC" being expanded. However, the RHS of if(MATCHES) does not auto-dereference so this check has returned FALSE since then and the FortranCInterface part of the test has not been running! Fix this by using STREQUAL with quoted arguments and setting CMP0054 to NEW (by requiring 3.1).
Diffstat (limited to 'Help/guide/tutorial/Step5/MathFunctions/MakeTable.cxx')
0 files changed, 0 insertions, 0 deletions