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

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to