MantisBT - CMake
View Issue Details
0013095CMakeDocumentationpublic2012-04-02 07:122012-09-03 16:00
david.ingamells 
Brad King 
normaltextalways
closedno change required 
 
 
0013095: cmake command line documentation incomplete.
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
search the documentation or use "man cmake"
Seen with cmake

$ cmake --version
cmake version 2.8.1

but latest web documentation also doesn't show the options.
No tags attached.
Issue History
2012-04-02 07:12david.ingamellsNew Issue
2012-04-02 09:51Brad KingNote Added: 0029034
2012-04-02 09:51Brad KingStatusnew => resolved
2012-04-02 09:51Brad KingResolutionopen => no change required
2012-04-02 09:51Brad KingAssigned To => Brad King
2012-09-03 16:00David ColeNote Added: 0030842
2012-09-03 16:00David ColeStatusresolved => closed

Notes
(0029034)
Brad King   
2012-04-02 09:51   
There are several intentionally undocumented options used internally by the generators. These are among them.
(0030842)
David Cole   
2012-09-03 16:00   
Closing resolved issues that have not been updated in more than 4 months.