[cmake-developers] [CMake 0013660]: "--" doesn't work as advertised
Mantis Bug Tracker
mantis at public.kitware.com
Wed Nov 7 19:57:16 EST 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13660
======================================================================
Reported By: Dave Abrahams
Assigned To:
======================================================================
Project: CMake
Issue ID: 13660
Category: CMake
Reproducibility: always
Severity: major
Priority: high
Status: new
======================================================================
Date Submitted: 2012-11-07 19:57 EST
Last Modified: 2012-11-07 19:57 EST
======================================================================
Summary: "--" doesn't work as advertised
Description:
Title says all
Steps to Reproduce:
c:\Users\dave\ryppl-test\function-dev\build>cmake --version
cmake --version
cmake version 2.8.9
c:\Users\dave\ryppl-test\function-dev\build>cmake --build . -- -v
cmake --build . -- -v
Unknown argument -v
Usage: cmake --build <dir> [options] [-- [native-options]]
Options:
<dir> = Project binary directory to be built.
--target <tgt> = Build <tgt> instead of default targets.
--config <cfg> = For multi-configuration tools, choose <cfg>.
--clean-first = Build target 'clean' first, then build.
(To clean only, use --target 'clean'.)
--use-stderr = Don't merge stdout/stderr.
-- = Pass remaining options to the native tool.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-11-07 19:57 Dave Abrahams New Issue
======================================================================
More information about the cmake-developers
mailing list