If you build your project, do the exes and libs go to the &quot;bin&quot; directory...?<div><br></div><div>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.</div>
<div><br></div><div><br><br><div class="gmail_quote">On Thu, Apr 10, 2008 at 10:00 AM, Matthias Riechmann &lt;<a href="mailto:riechmann@ira.uka.de">riechmann@ira.uka.de</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi everybody,<br>
<br>
I&#39;m using the following commands to set the output directories of libraries and executables to the &quot;bin&quot; directory of my build path. But cmake always tells me that LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH are empty:<br>

<br>
SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)<br>
SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)<br>
<br>
Does anybody have an idea why?<br>
<br>
<br>
Matthias<br>
<br>
<br>
<br>
<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/~richmann" target="_blank">http://wwwipr.ira.uka.de/~richmann</a><br>
<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></div>