[cmake-developers] [CMake 0013095]: cmake command line documentation incomplete.

Mantis Bug Tracker mantis at public.kitware.com
Mon Apr 2 07:12:56 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13095 
====================================================================== 
Reported By:                david.ingamells
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13095
Category:                   Documentation
Reproducibility:            always
Severity:                   text
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-04-02 07:12 EDT
Last Modified:              2012-04-02 07:12 EDT
====================================================================== 
Summary:                    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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-04-02 07:12 david.ingamellsNew Issue                                    
======================================================================




More information about the cmake-developers mailing list