<br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 1:24 AM, Michael Wild <span dir="ltr"><<a href="mailto:themiwi@gmail.com" target="_blank">themiwi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Mon, Mar 11, 2013 at 9:20 AM, J Decker <span dir="ltr"><<a href="mailto:d3ck0r@gmail.com" target="_blank">d3ck0r@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br><div class="gmail_quote"><div>On Sun, Mar 10, 2013 at 11:56 PM, Chandan Choudhury <span dir="ltr"><<a href="mailto:iitdckc@gmail.com" target="_blank">iitdckc@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><br clear="all"><div>Dear cmake users,<br><br></div><div>I am very new to cmake. I really find it interesting. I installed gromacs (4.6.1) with it. One simple query regarding its usage is, how do I add program suffix to the executables created.<br>
<br></div></div></blockquote><div><br></div></div><div><div> SET_TARGET_PROPERTIES( <target> PROPERTIES </div><div> SUFFIX ".different.suffix" )</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div dir="ltr"><div><br></div><div>Chandan<br></div></div></div></blockquote></div></blockquote></div><div><br>IMHO this is not they way to go about this problem if you're not the developer of the software... It might be the last resort if the developers were not careful enough to allow users to override the program suffix, but IMHO this should be configurable through the cache.<span class="HOEnZb"><font color="#888888"><br>
<br></font></span></div></div></div></div></blockquote><div>Sure; but should be implemented on a per target basis, and certainly not globally. I've had great success just chaining other CMake based projects into my builds, if they don't do rude things like set global library suffixes that end up propagating through previuosly working projects.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><span class="HOEnZb"><font color="#888888">Michael <br>
</font></span></div></div><br></div></div>
</blockquote></div><br>