| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0013095 | CMake | Documentation | public | 2012-04-02 07:12 | 2012-09-03 16:00 | ||||
| Reporter | david.ingamells | ||||||||
| Assigned To | Brad King | ||||||||
| Priority | normal | Severity | text | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0013095: cmake command line documentation incomplete. | ||||||||
| Description | A CMake generated make file contains the following code but none of the options used there: -H, -B and --check-build-system are present in the documentation. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system | ||||||||
| Steps To Reproduce | search the documentation or use "man cmake" | ||||||||
| Additional Information | Seen with cmake $ cmake --version cmake version 2.8.1 but latest web documentation also doesn't show the options. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0029034) Brad King (manager) 2012-04-02 09:51 |
There are several intentionally undocumented options used internally by the generators. These are among them. |
|
(0030842) David Cole (manager) 2012-09-03 16:00 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2012-04-02 07:12 | david.ingamells | New Issue | |
| 2012-04-02 09:51 | Brad King | Note Added: 0029034 | |
| 2012-04-02 09:51 | Brad King | Status | new => resolved |
| 2012-04-02 09:51 | Brad King | Resolution | open => no change required |
| 2012-04-02 09:51 | Brad King | Assigned To | => Brad King |
| 2012-09-03 16:00 | David Cole | Note Added: 0030842 | |
| 2012-09-03 16:00 | David Cole | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |