Hi there, I have a problem with installing libs and executables. I experienced this problem on CMake 2.4.6 (32-Bit Windows, Visual Studio 8):
I can create my .sln-File without problems and do all the building and running INSTALL as expected. Having a look in my install_manifest.txt ist says something like F:/install/lib/mylib.lib F:/install/bin/myapp.exe F:/install/include/myheader.h [...] After some rebuilds I recordnize that this gets some kind of corrupted - install_manifest.txt looks like F:/install/lib F:/install/bin F:/install/include/myheader.h [...] The installing process of the header files is still ok, but the binary lib and exe files are missing - install_manifest.txt only provides the (correct) path. Deleting install_manifest.txt and all other install*-files an re-running cmake does not help, I have to delete the hole build directory. Any ideas? Th -- _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake