View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013095CMakeDocumentationpublic2012-04-02 07:122012-09-03 16:00
Reporterdavid.ingamells 
Assigned ToBrad King 
PrioritynormalSeveritytextReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0013095: cmake command line documentation incomplete.
DescriptionA 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 Reproducesearch the documentation or use "man cmake"
Additional InformationSeen with cmake

$ cmake --version
cmake version 2.8.1

but latest web documentation also doesn't show the options.
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team