[cmake-developers] [CMake 0014400]: VS2012 no longer install unconditionally after "INSTALL" is set default startup project
Mantis Bug Tracker
mantis at public.kitware.com
Thu Sep 12 05:05:21 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14400
======================================================================
Reported By: Xuefer
Assigned To:
======================================================================
Project: CMake
Issue ID: 14400
Category: CMake
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-09-12 05:05 EDT
Last Modified: 2013-09-12 05:05 EDT
======================================================================
Summary: VS2012 no longer install unconditionally after
"INSTALL" is set default startup project
Description:
cmake --version
cmake version 2.8.11.20130910-g7124b
See reproduce steps for detail
This is not reproduced with "Visual Studio 10" generator
Steps to Reproduce:
after cmake generate solution file, open it in VS2012
1. right click "INSTALL", select "set as StartUp project"
right click on the solution, select "configuration manager", check "INSTALL" as
build so it should build when i say "Build Solution"
(it still install when "Build Solution" is executed at this point)
2. click debug in menubar, start debugging, ignore whatever error it is
It shows "========== Build: 0 succeeded, 0 failed, 13 up-to-date, 0 skipped
==========" only, without installing anything
3. "Build Solution", it says "INSTALL" is done without installing any file
It shows "1>------ Skipped Build: Project: RUN_TESTS, Configuration: Debug Win32
------
1>Project not selected to build for this solution configuration
2>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------
2>Project not selected to build for this solution configuration
========== Build: 0 succeeded, 0 failed, 13 up-to-date, 2 skipped =========="
without installing doing anything for install
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-09-12 05:05 Xuefer New Issue
2013-09-12 05:05 Xuefer File Added: test.tbz
======================================================================
More information about the cmake-developers
mailing list