summaryrefslogtreecommitdiffstats
path: root/Modules/CMakePushCheckState.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright notice testAlex Neundorf2011-07-071-3/+12
| | | | Alex
* Add macros cmake_push/pop_check_state() as discussed on the list.Alex Neundorf2011-07-071-0/+52
This patch adds two macros cmake_push_check_state() and cmake_pop_check_state(), which can be used to save and restore the contents of the CMAKE_REQUIRED_xxx variables. Alex