[cmake-developers] CMake to GMake issues

2011-01-24 Thread Chris Lawrence
Hi, I've recently been looking into using CMake with one of my projects at work. I've recently run into a problem where the Makefile, CMake generates will not run on my build system unless I install the cmake libraries. Just to clarify, my development machine (where CMake is installed) and

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Michael Wild
On 01/24/2011 06:02 PM, Chris Lawrence wrote: Hi, I've recently been looking into using CMake with one of my projects at work. I've recently run into a problem where the Makefile, CMake generates will not run on my build system unless I install the cmake libraries. Just to clarify, my

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Chris Lawrence
On 24/01/11 17:20, Michael Wild wrote: On 01/24/2011 06:02 PM, Chris Lawrence wrote: Hi, I've recently been looking into using CMake with one of my projects at work. I've recently run into a problem where the Makefile, CMake generates will not run on my build system unless I install the cmake

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Alan W. Irwin
On 2011-01-24 17:02- Chris Lawrence wrote: Hi, I've recently been looking into using CMake with one of my projects at work. I've recently run into a problem where the Makefile, CMake generates will not run on my build system unless I install the cmake libraries. Just to clarify, my

Re: [cmake-developers] CMake to GMake issues

2011-01-24 Thread Brad King
On 01/24/2011 01:26 PM, Alan W. Irwin wrote: To the CMake developers here: should the answer be in the FAQ? My quick check could not find it there. http://www.cmake.org/Wiki/CMake_FAQ#Why_does_CMake_use_full_paths.2C_or_can_I_copy_my_build_tree.3F -Brad