<div dir="ltr"><div>I cannot seem to get the following to work when using the Xcode generator (Unix Makefile and Visual Studio ones work fine)</div><div><br></div><div>SET_TARGET_PROPERTIES (${PLUGIN_NAME} PROPERTIES</div>
<div>&nbsp;&nbsp; &nbsp;LINK_FLAGS &quot;-L${LIBRARY_OUTPUT_PATH}/..&quot;</div><div>&nbsp;&nbsp; &nbsp;LINK_FLAGS_DEBUG &quot;XXXXXXXXXXXXXXXXX&quot;</div><div>&nbsp;&nbsp; &nbsp;LINK_FLAGS_RELEASE &quot;YYYYYYYYYYYYYYYYYY&quot;</div><div>&nbsp;&nbsp; &nbsp;PREFIX &quot;../&quot;</div>
<div>)</div><div><br></div><div>the X&#39;s and Y&#39;s never appear on the build line when used with:</div><div>xcodebuild -project &lt;project name&gt;.xcodeproj/ -configuration Debug<br></div><div><br></div><div>cmake --version is:</div>
<div>cmake version 2.6-patch 2<br></div><div><br></div><div>Had the same problem in the 2.4 version we were using up to now. Is there any other way to specify additional linker flags that are separated between debug and release?</div>
<div><br></div><div>Thanks!</div></div>