| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010838 | CMake | CTest | public | 2010-06-16 12:12 | 2010-12-08 08:14 | ||||
| Reporter | Mathieu Malaterre | ||||||||
| Assigned To | David Cole | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010838: CTEST_BUILD_COMMAND conflicts with CTEST_BUILD_TARGET | ||||||||
| Description | The following script: SET(CTEST_BUILD_TARGET "StyleCheck") CTEST_BUILD (BUILD "${CTEST_BINARY_DIRECTORY}" APPEND) only works when CTEST_BUILD_COMMAND is not defined first (eg. make -i) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0023790) David Cole (manager) 2010-12-08 08:14 |
This is correct behavior. If CTEST_BUILD_COMMAND is defined, then it is simply executed by the ctest_build() command. If it is not defined, then ctest_build() computes the appropriate build command based on its arguments and other variable settings, including CTEST_BUILD_TARGET. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2010-06-16 12:12 | Mathieu Malaterre | New Issue | |
| 2010-12-08 08:12 | David Cole | Assigned To | => David Cole |
| 2010-12-08 08:12 | David Cole | Status | new => assigned |
| 2010-12-08 08:14 | David Cole | Note Added: 0023790 | |
| 2010-12-08 08:14 | David Cole | Status | assigned => closed |
| 2010-12-08 08:14 | David Cole | Resolution | open => no change required |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |