Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PushCheckStateTest: Update test to check CMAKE_EXTRA_INCLUDE_FILES | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -0/+5 |
| | |||||
* | PushCheckStateTest: Test all variables managed by the module | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -9/+43 |
| | |||||
* | PushCheckStateTest: Fix syntax warning | Jean-Christophe Fillion-Robin | 2016-03-31 | 1 | -2/+2 |
| | | | | | | | This commit fixes the following warning originally introduced in 1325260 (Add macros cmake_push/pop_check_state() as discussed on the list.) Argument not separated from preceding token by whitespace. | ||||
* | Add macros cmake_push/pop_check_state() as discussed on the list. | Alex Neundorf | 2011-07-07 | 1 | -0/+30 |
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 |