MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015399 | CMake | CMake | public | 2015-02-10 05:57 | 2015-07-08 08:57 |
Reporter | Florent | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | Windows | OS Version | 7 | |
Product Version | CMake 3.1.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015399: cmake xml-escapes ";" for visual studio generators resulting in malformed "ignore default libraries" | ||||
Description | I have the following cmakelist : set_property(TARGET MyLibraryUsingFortranRt APPEND PROPERTY LINK_FLAGS "/NODEFAULTLIB:svml_disp.lib" "libifcoremt.lib" "libcmt.lib" "libcmtd.lib" "libmmt.lib" "libifport.lib") this generates the following xml fragment with 3.1 (Visual 2010 generator) <IgnoreSpecificDefaultLibraries>svml_disp.lib%3Blibifcoremt.lib%3Blibcmt.lib%3Blibcmtd.lib%3Blibmmt.lib%3Blibifport.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries> (notice how ";" got correctly escaped to %3B ! ) However for this specific filed VS expect to have ";" present in the xml as it is the case with 3.0 making it impossible to ignore several libraries. | ||||
Steps To Reproduce | |||||
Additional Information | from my end-less researches, this is linked to http://www.cmake.org/Bug/view.php?id=15031 [^] and most likely this commit : http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8fa087ab [^] | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://public.kitware.com/Bug/file/5378/VS_escaped_ignore_specific_libraries.PNG | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2015-02-10 05:57 | Florent | New Issue | |||
2015-02-10 05:57 | Florent | File Added: VS_escaped_ignore_specific_libraries.PNG | |||
2015-02-10 08:59 | Brad King | Note Added: 0037948 | |||
2015-02-10 08:59 | Brad King | Status | new => resolved | ||
2015-02-10 08:59 | Brad King | Resolution | open => no change required | ||
2015-02-11 03:48 | Florent | Note Added: 0037956 | |||
2015-02-11 03:49 | Florent | Status | resolved => closed | ||
2015-02-11 08:37 | Brad King | Note Added: 0037957 | |||
2015-02-11 08:37 | Brad King | Status | closed => resolved | ||
2015-07-08 08:57 | Robert Maynard | Note Added: 0039048 | |||
2015-07-08 08:57 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|