Feel free to update the Wiki with the lines that work.<br><br>Thanks,<br>David<br><br><br><div class="gmail_quote">On Fri, Apr 11, 2008 at 3:49 AM, Matthias Riechmann &lt;<a href="mailto:riechmann@ira.uka.de">riechmann@ira.uka.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I explicitely defined them as CACHE variables and now it works out just fine - thanks! I&#39;m just wondering, I copied my old lines from the page &quot;CMake Useful Variables&quot; in the CMake wiki, maybe this page should be updated...<br>

<br>
Matthias<br>
<br>
<br>
<br>
<br>
David Cole schrieb:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="Ih2E3d">
If you build your project, do the exes and libs go to the &quot;bin&quot; directory...?<br>
<br>
When you say they are &quot;empty&quot; do you mean when viewed in the CMakeSetup, cmake-gui or ccmake program...? These are cache variables and unless you SET them with CACHE and FORCE in your CMakeLists.txt file they will not show up in the cache editors guis... They will actually work, though because CMake uses local overrides such as you have with your SET statements.<br>

<br>
<br>
<br></div><div class="Ih2E3d">
On Thu, Apr 10, 2008 at 10:00 AM, Matthias Riechmann &lt;<a href="mailto:riechmann@ira.uka.de" target="_blank">riechmann@ira.uka.de</a> &lt;mailto:<a href="mailto:riechmann@ira.uka.de" target="_blank">riechmann@ira.uka.de</a>&gt;&gt; wrote:<br>

<br>
 &nbsp; &nbsp;Hi everybody,<br>
<br>
 &nbsp; &nbsp;I&#39;m using the following commands to set the output directories of<br>
 &nbsp; &nbsp;libraries and executables to the &quot;bin&quot; directory of my build path.<br>
 &nbsp; &nbsp;But cmake always tells me that LIBRARY_OUTPUT_PATH and<br>
 &nbsp; &nbsp;EXECUTABLE_OUTPUT_PATH are empty:<br>
<br>
 &nbsp; &nbsp;SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)<br>
 &nbsp; &nbsp;SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)<br>
<br>
 &nbsp; &nbsp;Does anybody have an idea why?<br>
<br>
<br>
 &nbsp; &nbsp;Matthias<br>
<br>
<br>
<br>
<br>
 &nbsp; &nbsp;--  &nbsp; &nbsp;Dipl.-Inform. Matthias Riechmann<br>
 &nbsp; &nbsp;Institut für Prozessrechentechnik, Automation und Robotik<br>
 &nbsp; &nbsp;Medizin-Gruppe<br>
 &nbsp; &nbsp;Universität Karlsruhe (TH)<br>
 &nbsp; &nbsp;Gebäude 40.28, Zimmer 103<br>
 &nbsp; &nbsp;Engler-Bunte-Ring 8<br>
 &nbsp; &nbsp;76131 Karlsruhe<br>
<br>
 &nbsp; &nbsp;Fon: +49 (721) 608-4049<br>
 &nbsp; &nbsp;Fax: +49 (721) 608-7141<br>
<br>
 &nbsp; &nbsp;Web: <a href="http://wwwipr.ira.uka.de/%7Erichmann" target="_blank">http://wwwipr.ira.uka.de/~richmann</a><br>
<br>
 &nbsp; &nbsp;_______________________________________________<br>
 &nbsp; &nbsp;CMake mailing list<br></div>
 &nbsp; &nbsp;<a href="mailto:CMake@cmake.org" target="_blank">CMake@cmake.org</a> &lt;mailto:<a href="mailto:CMake@cmake.org" target="_blank">CMake@cmake.org</a>&gt;<div class="Ih2E3d"><br>
 &nbsp; &nbsp;<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
<br>
<br>
</div></blockquote><div><div></div><div class="Wj3C7c">
<br>
-- <br>
Dipl.-Inform. Matthias Riechmann<br>
Institut für Prozessrechentechnik, Automation und Robotik<br>
Medizin-Gruppe<br>
Universität Karlsruhe (TH)<br>
Gebäude 40.28, Zimmer 103<br>
Engler-Bunte-Ring 8<br>
76131 Karlsruhe<br>
<br>
Fon: +49 (721) 608-4049<br>
Fax: +49 (721) 608-7141<br>
<br>
Web: <a href="http://wwwipr.ira.uka.de/%7Erichmann" target="_blank">http://wwwipr.ira.uka.de/~richmann</a><br>
</div></div><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" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>