View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014263 | CMake | CMake | public | 2013-07-03 08:21 | 2013-12-02 08:51 | ||||
Reporter | ycollet | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | x86 | OS | Windows | OS Version | 7 46 bits | ||||
Product Version | CMake 2.8.11 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0014263: The relative position of the parameters in ExternalProject_Add is important | ||||||||
Description | The relative position of the parameters in ExternalProject_Add is important. For example, the "BUILD_IN_SOURCE 1" options must be after "BUILD_COMMAND ..." but not before. This requirement should be relaxed or a better error message should be displayed. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | ||||||
|
Relationships |
Notes | |
(0033470) Rolf Eike Beer (developer) 2013-07-03 14:47 |
Maybe ExternalProject should be ported to use CMAKE_PARSE_ARGUMENTS()? |
(0033475) Brad King (manager) 2013-07-03 16:44 |
Re 0014263:0033470: No, the existing _ep_parse_arguments works in a way cmake_parse_arguments doesn't support. ExternalProject_Add creates the custom target, then processes the arguments and stores them in target properties, then inspects the properties to decide what to do. Therefore it is declarative and the order should not matter. @ycollet, please provide a sample invocation of each order and explain how they behave differently, why one way is wrong, and what error messages you do or do not get. |
(0033486) ycollet (reporter) 2013-07-05 02:35 |
Sorry, but I am not able anymore to reproduce this problem. I close this bug and will reopen it if I am able to reproduce the problem. Best regards, YC |
(0033487) ycollet (reporter) 2013-07-05 02:36 |
I don't think I am authorized to close the bug. Am I right ? YC |
(0033489) Rolf Eike Beer (developer) 2013-07-05 04:26 |
Closed on reporters request. |
(0034633) Robert Maynard (manager) 2013-12-02 08:51 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-07-03 08:21 | ycollet | New Issue | |
2013-07-03 14:47 | Rolf Eike Beer | Note Added: 0033470 | |
2013-07-03 16:44 | Brad King | Note Added: 0033475 | |
2013-07-03 16:55 | Brad King | Relationship added | related to 0014266 |
2013-07-05 02:35 | ycollet | Note Added: 0033486 | |
2013-07-05 02:36 | ycollet | Note Added: 0033487 | |
2013-07-05 04:26 | Rolf Eike Beer | Note Added: 0033489 | |
2013-07-05 04:26 | Rolf Eike Beer | Status | new => resolved |
2013-07-05 04:26 | Rolf Eike Beer | Resolution | open => unable to reproduce |
2013-12-02 08:51 | Robert Maynard | Note Added: 0034633 | |
2013-12-02 08:51 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |