Did you try playing around with:<br>
<br>
file(TO_CMAKE_PATH path result)<br><div>
file(TO_NATIVE_PATH path result)<br></div><div><br></div><div>I did try file(TO_NATIVE_PATH path result) at the time, but it was not useful in my case.</div><div>The result is still a unix style path (maybe because I am using Cygwin)</div>
<div><br></div><div>Thanks</div><div>Ajay</div><br><div class="gmail_quote">On Mon, Mar 19, 2012 at 11:00 AM, Eric Noulard <span dir="ltr">&lt;<a href="mailto:eric.noulard@gmail.com">eric.noulard@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2012/3/19 Ajay Panyala &lt;<a href="mailto:ajay@csc.lsu.edu">ajay@csc.lsu.edu</a>&gt;:<br>
<div class="im">&gt; Please notice the linebreak after Foo, this causes the linker to fail,<br>
&gt; saying it can not find &quot;C:/Projects/Foo&quot;.<br>
&gt;<br>
&gt; I guess this is a cmake bug, but I need to find a workaround for this one. I<br>
&gt; am using cmake 2.8.2 on Windows 7.<br>
&gt;<br>
&gt; I have the exact same whitespace issue with a custom command. I am using<br>
&gt; cmake 2.8.4 with Cygwin<br>
&gt; on Windows XP. I have not tried to fix it yet since it was not too urgent<br>
&gt; for me.<br>
&gt;<br>
&gt; My guess is (I maybe wrong) that it may have something to do with the way<br>
&gt; Windows paths ( &quot;C:/Projects/Foo&quot;)<br>
&gt; are specified. I think CMake has something to handle this, but I do not know<br>
&gt; what that would be.<br>
<br>
</div>Did you try playing around with:<br>
<br>
file(TO_CMAKE_PATH path result)<br>
file(TO_NATIVE_PATH path result)<br>
<br>
cmake --help-command file<br>
<div><div class="h5"><br>
&gt;<br>
&gt; Thanks<br>
&gt; Ajay<br>
&gt;<br>
&gt; On Mon, Mar 19, 2012 at 7:51 AM, Paul Baumer &lt;<a href="mailto:paul.baumer2@googlemail.com">paul.baumer2@googlemail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; I have the following in my Cmakelists.txt file:<br>
&gt;&gt;<br>
&gt;&gt; set_target_properties( MyApp PROPERTIES STATIC_LIBRARY_FLAGS<br>
&gt;&gt; &quot;${SOME_LIB_FILENAME}&quot;)<br>
&gt;&gt;<br>
&gt;&gt; If the SOME_LIB_FILENAME path includes white space such as<br>
&gt;&gt;<br>
&gt;&gt; c:/Projects/Foo 4/Src/somelib.lib<br>
&gt;&gt;<br>
&gt;&gt; the generated visual studio 2008 file includes the following fragment:<br>
&gt;&gt;<br>
&gt;&gt; &lt;Tool Name=&quot;VCLibrarianTool&quot;<br>
&gt;&gt; AdditionalOptions=&quot;&#39;&quot;C:/Projects/Foo<br>
&gt;&gt; 4/Src/somelib.lib&quot;&#39;&quot;<br>
&gt;&gt;<br>
&gt;&gt; Please notice the linebreak after Foo, this causes the linker to fail,<br>
&gt;&gt; saying it can not find &quot;C:/Projects/Foo&quot;.<br>
&gt;&gt;<br>
&gt;&gt; I guess this is a cmake bug, but I need to find a workaround for this one.<br>
&gt;&gt; I am using cmake 2.8.2 on Windows 7.<br>
&gt;&gt;<br>
&gt;&gt; Any ideas?<br>
&gt;&gt;<br>
&gt;&gt; Paul<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt;<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt;&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the CMake FAQ at:<br>
&gt; <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Erk<br>
Le gouvernement représentatif n&#39;est pas la démocratie --<br>
<a href="http://www.le-message.org" target="_blank">http://www.le-message.org</a><br>
</font></blockquote></div><br><br clear="all"><br><br>