On 10/9/07, <b class="gmail_sendername">David Cole</b> &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The problem (from a CMake perspective) is how to go about giving<br>override control of that setting to CMakeLists.txt files / developers<br>using CMake. If anybody has a reasonable suggestion of how to achieve<br>this in a non-Xcode-centric way (
i.e., one that also works for Visual<br>Studio on Windows and makefile generators), please feel free to<br>continue this discussion here, or better yet, submit a feature request<br>to the CMake bug tracker.<br><br><br>David Cole
<br>_______________________________________________<br>CMake mailing list<br><a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake
</a><br></blockquote></div><br><br>Well, my first thought is to add another variable. Instead of
using $(CONFIGURATION) as the folder to append, why not $(CONFIGURATION_SUBFOLDER) that by default is set to &quot;/$(CONFIGURATION)&quot;<br>
<br>
That way the user can:<br>
SET (CONFIGURATION_SUBFOLDER &quot;&quot;) <br>
<br>
if they so desire.