Re: [cmake-developers] Incorrect path handling in generation of export files

2015-06-23 Thread Brad King
On 06/22/2015 05:00 PM, Dan Liew wrote: > One of the libraries listed in the INTERFACE_LINK_LIBRARIES has > invalid syntax because the slashes have not been escaped. I believe > the correct solution would be to have CMake convert all paths to CMake > style paths before writing them to export files.

[cmake-developers] Incorrect path handling in generation of export files

2015-06-22 Thread Dan Liew
Hi, There is a bug in CMake's export file generator where it does not correctly escape Windows paths when generating export files . This was originally reported on the LLVM mailing list [1]. I'm using CMake 3.2.3. In a generated export file I see ``` # Create imported target LLVMDebugInfoPDB add