summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompilerChange/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-2/+2
| | | | | | Since commit 7d47c693 (Drop compatibility with CMake < 2.4, 2013-10-08) we no longer need to use the configure_file IMMEDIATE option to support compatibility modes less than 2.0.
* Test Unix Makefiles generator support for changing compilersBrad King2013-02-201-0/+58
Add RunCMake.CompilerChange test to cover use of -DCMAKE_C_COMPILER=cc to change the compiler of an existing build tree. Also test for proper failure with -DCMAKE_C_COMPILER="" and no CC in the environment.