[CMake] Re: heads up on convenience lib ? and a problem on source files with similar names...

Alan W. Irwin irwin at beluga.phys.uvic.ca
Wed May 9 11:20:12 EDT 2007


On 2007-05-09 08:18-0400 Bill Hoffman wrote:

> Asmodehn Shade wrote:
>> 
>> PROJECT ( target CXX )

That's a problem right there.  That form of the command assures you will not
get C support. Specify no language (which defaults to C and CXX) or else
specify both C and CXX.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________


More information about the CMake mailing list