<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi,<br>
    <br>
    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.<br>
    <br>
    Just to clarify, my development machine (where CMake is installed)
    and my build machine are separate. My project requires the use of
    the generated makefile, without the dependence of having cmake
    installed on that machine.<br>
    <br>
    Is there any flags available for CMake, to generate a gmake file
    that can be run independently from the cmake libraries?<br>
    <br>
    Kind regards,<br>
    <font color="#888888">
      <br>
      Chris<br>
    </font>
  </body>
</html>