MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002221 | CMake | CMake | public | 2005-09-09 17:26 | 2005-09-15 13:55 |
Reporter | Klaas Holwerda | ||||
Assigned To | Ken Martin | ||||
Priority | low | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0002221: ADD_SUBDIRECTORY export variables | ||||
Description | ADD_SUBDIRECTORY(foo EXPORT_VARIABLES FOO_VAR1 FOO_VAR2) The ADD_SUBDIRECTORY command would evaluate the subdirectory configuration and then set the variables FOO_VAR1 and FOO_VAR2 to their subdirectory values in the current directory. This would allow subdirectories to continue to work in isolation but the parent directory would have the option of getting information it wants. Since the variables are explicitly listed then it will be clear when/how these variables are set just from reading the CMake code in a directory and its parents without exploring all children. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|