[Cmake] some mac osx questions...

William A. Hoffman billlist at nycap.rr.com
Mon, 02 Feb 2004 09:58:58 -0500


Another option would be to try and write makefiles for the tests and
use the command line interface to the compiler.   

-Bill


At 09:41 AM 2/2/2004, James Dessart wrote:

>On 2-Feb-04, at 9:35 AM, William A. Hoffman wrote:
>
>>The missing feature is the try-compile.  CMake must be able to write
>>small test programs and compile them.  This is to check for compiler/system
>>features.   CodeWarrior does not seem to have a command line interface that
>>can be used to support the try-compile feature like visual studio does.
>
>However, it has an AppleEvent interface, and there is a tool on Mac OS X that provides command-line execution of AppleScript scripts.  This would, theoretically, allow cmake to offer some sort of try-compile feature.
>
>James