On Thu, Jul 3, 2008 at 2:03 PM, Brad King <<a href="mailto:brad.king@kitware.com">brad.king@kitware.com</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Philip Lowman wrote:<br>
> On Thu, Jul 3, 2008 at 3:28 AM, Timenkov Yuri <<a href="mailto:ytimenkov@parallels.com">ytimenkov@parallels.com</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:ytimenkov@parallels.com">ytimenkov@parallels.com</a>>> wrote:<br>
><br>
> On Thursday 03 July 2008 05:24:07 Miguel A. Figueroa-Villanueva wrote:<br>
> > Hello,<br>
> ><br>
> > Since EXECUTABLE_OUTPUT_PATH / LIBRARY_OUTPUT_PATH have been replaced<br>
> > with the CMAKE_RUNTIME_OUTPUT_DIRECTORY /<br>
> > CMAKE_LIBRARY_OUTPUT_DIRECTORY they shouldn't appear in the GUI<br>
> > (CMakeSetup, QtDialog). That gives the impression that they are not<br>
> > deprecated as suggested by the documentation.<br>
> ><br>
> > Also, it is confusing when people in fact use the new variables. Say<br>
> > you have the following CMakeLists.txt<br>
</div>[snip]<br>
<div class="Ih2E3d">> CMAKE_MINIMUM_REQUIRED(VERSION 2.6)<br>
> PROJECT(foo)<br>
> ADD_EXECUTABLE(foo foo.cc)<br>
><br>
> This is all that's needed to reproduce this bug (on CMake 2.6.0 with<br>
> Visual Studio 8 generator).<br>
<br>
</div>Fixed:<br>
<br>
/cvsroot/CMake/CMake/Source/cmake.cxx,v <-- Source/cmake.cxx<br>
new revision: 1.389; previous revision: 1.388<br>
<br>
Now the values are presented only in projects that need CMake 2.4<br>
compatibility. We'll include this fix in the 2.6 branch.<br>
<font color="#888888"></font></blockquote><div><br>Cool, thanks! :)<br></div></div><br>-- <br>Philip Lowman