> I don't need to move/copy "CMake build tree", I just want to generate > and move/copy "VC proj/solution files".
You can not generate portable Visual Studio solution files with CMake. The solution files generated would still require CMake. Its best not to even package these. Just use CMake on all development machines and generate your builds separately. John _______________________________________________ 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
