> -----Original Message----- > From: Brad Hubbard [mailto:[email protected]] > Sent: Wednesday, March 02, 2011 5:48 AM > To: [email protected] > Subject: Re: In the C++ cmake, is there a clean target? > > > On 03/02/2011 04:02 AM, Hickerson, David A wrote: > > Hi, > > > > I was wondering if there is a clean target in the cmake for the C++ > > build to regenerate the build files with a different set of > settings. > > You can do "make distclean" in the cpp directory and run > ./configure again if that's what you mean?
Those steps will work for the autoconf-based build on Linux. I believe Dave is using the cmake-based build though. The equivalent of "./configure" is cmake -I or the cmake-gui. -Steve -- Steve Huston, Riverace Corporation Total Lifecycle Support for Your Networked Applications http://www.riverace.com --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
