MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003572 | CMake | CMake | public | 2006-08-01 18:59 | 2006-08-29 15:10 |
Reporter | Brandon Van Every | ||||
Assigned To | Brad King | ||||
Priority | low | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0003572: INSTALL an empty directory | ||||
Description | Installing an empty directory is sometimes necessary. It can be accomplished with INSTALL(CODE " MESSAGE(STATUS \"Installing \${CMAKE_INSTALL_PREFIX}/myemptydir\") MAKE_DIRECTORY(\"\$ENV{DESTDIR}\${CMAKE_INSTALL_PREFIX}/myemptydir\") ") but this is somewhat arcane, requiring several levels of learning about escapes, absolute pathnames, and environmental evaluation at install time. A much simpler interface would be: INSTALL(DIRECTORY DESTINATION myemptydir) | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|