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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to