[cmake-developers] [CMake 0013601]: LinkDelaySign /KEYFILE and /DELAYSIGN parameters do not work

Mantis Bug Tracker mantis at public.kitware.com
Tue Oct 23 18:19:15 EDT 2012


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=13601 
====================================================================== 
Reported By:                dmytro_ovdiienko
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   13601
Category:                   CMake
Reproducibility:            always
Severity:                   block
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2012-10-23 18:19 EDT
Last Modified:              2012-10-23 18:19 EDT
====================================================================== 
Summary:                    LinkDelaySign /KEYFILE and /DELAYSIGN parameters do
not work
Description: 
CMake generates incorrect keys for /KEYFILE and /DELAYSIGN parameters for VS2010

Steps to Reproduce: 
0. Create dummy C++ project

Add following statement to teh project file

ADD_DEFINITIONS ("/clr /FUSystem.dll /FUSystem.Core.dll")

set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /DELAYSIGN
/KEYFILE:\"path-to-key-file.snk\"")

Expected:
  LinkDelaySign and LinkKeyFile parameters are generated. 

In fact: 
  DelaySign and KeyFile are generated.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2012-10-23 18:19 dmytro_ovdiienkoNew Issue                                    
======================================================================




More information about the cmake-developers mailing list