<div dir="ltr"><div><div>Hi Chiara,<br><br></div>just a sanity check: have you actually run a build? Or is it that even the buildsystem (Makefiles, VS projects, what have you) is not there?<br><br></div>Petr<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 11, 2015 at 8:35 AM, Domen Vrankar <span dir="ltr"><<a href="mailto:domen.vrankar@gmail.com" target="_blank">domen.vrankar@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> however I am facing a quite dramatic issue: after configuration and generation I do have my build folder, but I miss the bin folder inside it, and all build folders result empty.<br>
<br>
</span>One thing comes to mind... If you accidentally generate build<br>
structure inside root source directory and later run generation again<br>
from another directory the structure is refreshed in the source tree<br>
not on the location where you expect the generated files to be. This<br>
can be fixed by deleting CMake generated files in source tree. This<br>
was the behavior of CMake 2.8.x - I'm not certain if later versions<br>
work the same way in such situations.<br>
<br>
Another option would be an error during configuration/generation but<br>
that would be printed to standard error...<br>
<br>
Hope this helps,<br>
Domen<br>
<div class="HOEnZb"><div class="h5">--<br>
<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Kitware offers various services to support the CMake community. For more information on each offering, please visit:<br>
<br>
CMake Support: <a href="http://cmake.org/cmake/help/support.html" target="_blank">http://cmake.org/cmake/help/support.html</a><br>
CMake Consulting: <a href="http://cmake.org/cmake/help/consulting.html" target="_blank">http://cmake.org/cmake/help/consulting.html</a><br>
CMake Training Courses: <a href="http://cmake.org/cmake/help/training.html" target="_blank">http://cmake.org/cmake/help/training.html</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/cmake" target="_blank">http://public.kitware.com/mailman/listinfo/cmake</a><br>
</div></div></blockquote></div><br></div>