On Dec 5, 2007 3:50 PM, Marcus <[EMAIL PROTECTED]> wrote: > > I have built CMake from source using Visual Studio 2005. Since CMake > would not run on the problematic machine, I had to generate the CMake > project files on another computer first.
You cannot, in principle, move CMake generated builds from machine to machine. They are hardwired to the specific machine you generate them on. I don't know if there's any way to hack it in practice. In any event I seriously doubt it's productive to deal with it. I suggest you either get some CMake working on the "problem" machine, or investigate why CMake (any CMake) doesn't work on the "problem" machine. Cheers, Brandon Van Every _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
