Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 3 | -0/+61 |
| | | | | | | When a target is created it now inherits the EXCLUDE_FROM_ALL property from its directory. This change makes it possible to include a target in "all", even if its directory has been marked as EXCLUDE_FROM_ALL. | ||||
* | Testing: Add test for CMP0082 | Kyle Edwards | 2018-10-10 | 35 | -2/+119 |
| | |||||
* | Xcode: Add targets marked as EXCLUDE_FROM_ALL to project (#16101) | Gregor Jasny | 2016-08-31 | 7 | -0/+36 |
| | |||||
* | Tests: Add case for add_subdirectory inside a function | Brad King | 2015-11-23 | 4 | -0/+33 |
| | |||||
* | add_subdirectory: Fix error message on missing CMakeLists.txt (#15680) | Brad King | 2015-08-04 | 9 | -0/+24 |
Refactoring in commit v3.3.0-rc1~76^2 (cmMakefile: Handle CMP0014 before configuring the generator, 2015-05-14) accidentally left the file name "/CMakeLists.txt" in the error message. Remove it and add a test case. |