MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015287 | CMake | CMake | public | 2014-12-07 17:17 | 2015-11-02 09:13 |
Reporter | Zachary Sims | ||||
Assigned To | |||||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | CMake 3.3 | Fixed in Version | CMake 3.3 | ||
Summary | 0015287: ExternalProject commands do not support generator expressions | ||||
Description | ExternalProject_* does not support generator expressions. For projects such as boost, "variant" can be set to debug or release. However, ${CONFIG} will be either Debug or Release (note case). Example being: ExternalProject_Add( boost DOWNLOAD_COMMAND snip SOURCE_DIR # snip BUILD_IN_SOURCE 1 UPDATE_COMMAND "" PATCH_COMMAND "" CONFIGURE_COMMAND ${BOOST_BOOTSTRAP_COMMAND} BUILD_COMMAND b2 variant=$<LOWER_CASE:$<CONFIG>> INSTALL_COMMAND "" LOG_DOWNLOAD 1 LOG_CONFIGURE 1 LOG_BUILD 1 ) It's true the generator expressions might not always be sufficient, but would certainly help. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-12-07 17:17 | Zachary Sims | New Issue | |||
2014-12-08 08:44 | Brad King | Note Added: 0037402 | |||
2014-12-08 16:59 | Zachary Sims | Note Added: 0037420 | |||
2014-12-09 08:24 | Brad King | Note Added: 0037425 | |||
2015-04-21 11:02 | Brad King | Note Added: 0038573 | |||
2015-04-21 11:02 | Brad King | Status | new => resolved | ||
2015-04-21 11:02 | Brad King | Resolution | open => fixed | ||
2015-04-21 11:02 | Brad King | Fixed in Version | => CMake 3.3 | ||
2015-04-21 11:02 | Brad King | Target Version | => CMake 3.3 | ||
2015-11-02 09:13 | Robert Maynard | Note Added: 0039785 | |||
2015-11-02 09:13 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|