Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS2010: Honor PROJECT_LABEL target property (#10611) | David Cole | 2010-09-09 | 1 | -0/+8 |
| | |||||
* | Test add_subdirectory inside function | Brad King | 2009-09-16 | 1 | -0/+35 |
| | | | | | | | This commit teaches the FunctionTest to check variable scope behavior when a subdirectory is added inside a function call. Any PARENT_SCOPE sets in the subdirectory should affect only the function scope which called add_subdirectory and not its parent scope. | ||||
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -2/+0 |
| | | | | | As of CMake 2.6 this variable is not defined, and the ANSI flags for the HP compiler are simply hard-coded in the default C flags. | ||||
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
| | |||||
* | ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) | Alexander Neundorf | 2008-01-18 | 1 | -5/+7 |
| | | | | Alex | ||||
* | ENH: change raise_scope signature to be safer for returned varuables | Ken Martin | 2008-01-03 | 1 | -7/+26 |
| | |||||
* | BUG: Make RAISE_SCOPE function work when variable is not defined. | Brad King | 2008-01-02 | 1 | -0/+27 |
| | |||||
* | ENH: add functions and raise scope to cmake | Ken Martin | 2007-12-03 | 1 | -0/+86 |