[cmake-developers] [CMake 0015323]: Visual Studio 2013 %3B in IMPORTED_IMPLIB_<CONFIG>

Mantis Bug Tracker mantis at public.kitware.com
Mon Dec 22 15:45:42 EST 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15323 
====================================================================== 
Reported By:                yaruopooner
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15323
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2014-12-22 15:45 EST
Last Modified:              2014-12-22 15:45 EST
====================================================================== 
Summary:                    Visual Studio 2013 %3B in IMPORTED_IMPLIB_<CONFIG>
Description: 
Include "%3B" in the output of the "IMPORTED_IMPLIB_<CONFIG>".

This problem has occurred from cmake3.1.0.
3.0.2 don't have this issue.

I tried a few pattern.

set_property(TARGET additional_dependencies PROPERTY IMPORTED_IMPLIB_RELEASE
foo.lib bar.lib)

or

set_property(TARGET additional_dependencies PROPERTY IMPORTED_IMPLIB_RELEASE
"foo.lib;bar.lib")

but I got same output.

foo.lib%3Bbar.lib

Steps to Reproduce: 
-console
cmake -G "Visual Studio 12 2013 Win64" .

-CMakeLists.txt(Excerpt)
add_library(additional_dependencies SHARED IMPORTED)
set_property(TARGET additional_dependencies PROPERTY IMPORTED_IMPLIB_RELEASE
foo.lib bar.lib)

-output
foo.lib%3Bbar.lib
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-12-22 15:45 yaruopooner    New Issue                                    
======================================================================



More information about the cmake-developers mailing list