Text archives Help
- From: James Bigler <bigler@cs.utah.edu>
- To: James Bigler <bigler@cs.utah.edu>
- Cc: MANTA <manta@sci.utah.edu>
- Subject: Re: [Manta] Some CMake changes
- Date: Tue, 4 Dec 2007 22:39:02 -0700
On Dec 4, 2007, at 3:39 PM, James Bigler wrote:
I made a couple of updates to some of the CMake code.
1. The About library shouldn't recompile all the time. Back when
this was added, there wasn't a notion of a generated file
property. This exists now, and should make the code a bit cleaner
and cause libAbout to be compiled less frequently. If you find
that it isn't recompiling when it should, let me know, but it
should still have the same set of dependencies as before.
My changes made it so that old configures build About.cc 2 times.
New configures work just fine. In order to fix it (without blowing
the entire build directory away), remove the top level CMakeFiles,
src/About.cc and Makefile and reconfigure:
cd build
rm -Rf CMakeFiles src/About.cc Makefile
cmake ../src
James
Archive powered by MHonArc 2.6.16.