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

--

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