<div>Dear CMake users,</div>
<div> </div>
<div>I would like to set the output path of my library to</div>
<div>C:/name1/Debug/name2/      (debug configuration) and</div>
<div>C:/name1/Release/name2/      (release configuration).</div>
<div><font size="2"></font> </div>
<div><font size="2">If I use</font></div>
<div><font size="2">SET(LIBRARY_OUTPUT_PATH  D:/name1/${CMAKE_CFG_INTDIR}/name2/)</font></div>
<div><font size="2">an additional Debug / Release is added at the end of the path (--&gt; C:/name1/Debug/name2/Debug).</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Is there any way *not to add an additional* Debug / Release at the end?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Thanks,</font></div>
<div><font size="2">Andreas</font></div>