Hi,<div><br clear="all">Short story:</div><div><br></div><div>Correct me if I'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'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't work. I find that the VC project's 'Output File' property doesn't get set, which prevent my solution from coming into effect. However, the 'Import Library' 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>