[Cmake] Cmake custom build error, ${CMAKE} not defined

Miller, James V (CRD) millerjv at crd.ge.com
Wed May 9 11:24:22 EDT 2001


I think I have solved this with Ken's help.  The LoadCache command was clearing the cache when it
shouldn't have been.  So ${CMAKE} was being lost.  The fix is checked in.

-----Original Message-----
From: Brad King [mailto:brad.king at kitware.com]
Sent: Wednesday, May 09, 2001 10:58 AM
To: Miller, James V (CRD)
Cc: CMake developers (E-mail)
Subject: Re: [Cmake] Cmake custom build error, ${CMAKE} not defined


> I changed a CMakeList.txt file and tried to rebuild my project without
> rerunning CMakeSetup.  I got the following error.  Is this a known
> issue?
Did you re-build CMakeSetupCMD?  It should be adding the CMAKE variable
and cache entry (if it isn't already there) when it gets run.  Is there a
CMAKE entry in your CMakeCache.txt file?  It won't show up in the GUI
because it is marked as INTERNAL.

-Brad




More information about the CMake mailing list