[cmake-developers] [CMake 0013058]: missing PACKAGE_SOURCE in generated Visual Studio IDE solution
Mantis Bug Tracker
mantis at public.kitware.com
Wed Mar 21 09:31:18 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.cmake.org/Bug/view.php?id=13058
======================================================================
Reported By: Tim Hutton
Assigned To:
======================================================================
Project: CMake
Issue ID: 13058
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2012-03-21 09:31 EDT
Last Modified: 2012-03-21 09:31 EDT
======================================================================
Summary: missing PACKAGE_SOURCE in generated Visual Studio
IDE solution
Description:
Visual Studio solutions generated by CMake never seem to contain a
PACKAGE_SOURCE target. But in NMake and on other platforms the package_source
target is supported.
Steps to Reproduce:
1) Minimal CMakeLists.txt:
project( Test )
add_executable( Test main.cpp )
include( CPack )
with an empty main.cpp
2) Generate for NMake Makefiles. Observe package and package_source targets.
3) Generate for Visual Studio. Observe PACKAGE target but no PACKAGE_SOURCE
target.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-03-21 09:31 Tim Hutton New Issue
======================================================================
More information about the cmake-developers
mailing list