Hi,<div><br clear="all">Short story:</div><div><br></div><div>Correct me if I&#39;m wrong, CMake will automatically append the ${CONFIG} , either debug or release, to the output file path. This is fine if my output directory is .../someplace/debug/ or .../someplace/release/ . But if I want the output directory like .../someplace/hybrid/,  it&#39;s kind of unachievable. </div>
<div><br></div><div>Is there any method not letting CMake to append the ${CONFIG} value to the output file path?</div><div><br></div><div>Actually, I have a solution for this, which is to set the OUPUT_NAME property to the value like <b>..</b>/hybrid/some-lib-name. </div>
<div><br></div><div>Long story:</div><div><br></div><div>The above solution works fine for VS2008. But when I upgrade VS2008 to VS2010, it doesn&#39;t work. I find that the VC project&#39;s &#39;Output File&#39; property doesn&#39;t get set, which prevent my solution from coming into effect. However, the &#39;Import Library&#39; property is set correctly as expected. Is there any solution for this? I guess this is a bug of CMake.</div>
<div><br></div><div><br></div><div>Thanks,</div><div>Barney Zhao<br><br>
</div>