Re: [CMake] Non-C/C++ project

2008-08-12 Thread Andy Lego
PROJECT(foo NONE)

Andy

On Tue, Aug 12, 2008 at 10:41 AM, [EMAIL PROTECTED] wrote:

 Hi,

 One of our (sub)project only uses custom commands: neither C nor C++
 compilation.

 How can I tell CMake not to look for a C/C++ compiler, but only executes
 the defined custom commands?

 Thanks,
 Manu
 ___
 CMake mailing list
 CMake@cmake.org
 http://www.cmake.org/mailman/listinfo/cmake




-- 
http://legoandy.com -o- http://capitalmtb.org

Support my biking outreach, such as 150 mile bike ride to fight MS:
http://legoandy.com/Words/bike-rides-2008/
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Non-C/C++ project

2008-08-12 Thread Alan W. Irwin

On 2008-08-12 10:44-0700 Andy Lego wrote:


PROJECT(foo NONE)


That is the first time I have heard of NONE in this context.  It is not
documented in 2.6.1.  Please add it to the PROJECT documentation since it is
potentially so convenient when the project requires no languages or when the
project developers prefer to use ENABLE_LANGUAGE to enable certain languages
as a result of options set by the user.

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
__
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake