[CMake] CMake cannot build a simple example on one of our computers

Brandon Van Every bvanevery at gmail.com
Wed Dec 5 16:20:19 EST 2007


On Dec 5, 2007 3:50 PM, Marcus <yhadin002 at sneakemail.com> 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


More information about the CMake mailing list