"Eric Noulard" <[email protected]> wrote in message news:[email protected]...
>Did you check that your source tree has been properly clean from >any files after your [may be first] in-source try? > >You should delete, > CMakeCache.txt >any CMakeFiles/ directories >and any other possibly generated file. > >May be you can try to build a small example project which exhibits >the issue and mail it on the list, thus other may try to reproduce the >issue? Yes, if you read my first post you will see that I do a 'rm -f -r *' in the 'build' directory to completely remove all cache files/directories, along with all object files and binaries. The first post also shows what my little sample project looks like (one 'src' and one 'build' directory). _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
