[CMake] extending cmake with gm2 support

2010-05-29 Thread Martin KalbfuƟ
Hi, I'm using the gm2 compiler, which is a Modula-2 compiler. CMake has no support for it. Currently, no build system supports it. So I decided to take a look at CMake, and try to set up a library project. But I haven't figured out how to introduce the compiler. What's the best way to do this?

Re: [CMake] multi-tiered config file inclusion

2010-05-29 Thread Michael Hertling
On 05/28/2010 06:35 AM, Hugh Sorby wrote: Hi All, The question I have is about our old friend the static library and config files. In my project I use two other libraries that I depend on (both built via CMake) 1. OpenCASCADE 2. wxWidgets plus some others. So, when I build

Re: [CMake] Regression in FindJNI.cmake on ia64?

2010-05-29 Thread Denis Barbier
On 2010/5/28 Modestas Vainius wrote: [...] Anyway, I will fix FindJNI bug in the next cmake revision. Ask for Dep-Wait on cmake (= 2.8.1-5). Thanks a lot, Modestas. Denis ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] CMake compiler check failure

2010-05-29 Thread Bill Hoffman
On 5/28/2010 7:07 PM, Zhenyao Mo wrote: I got the following errors when CMake tests my compilers. The problem is that it seems CMake is checking /usr/bin/gcc, instead of the /usr/bin/armv7a-cros-linux-gnueabi-gcc it should have checked. I manually tried /usr/bin/armv7a-cros-linux-gnueabi-gcc,

[CMake] how set compiler flags used in initial configure try-compile?

2010-05-29 Thread Derek Bruening
Is there any way short of editing the ${CMAKE_ROOT}/Modules/Platform/ cmake files themselves to set which compiler flags are used during the initial try-compile during cmake configure time where it tries to determine whether the C compiler works? I want to remove the /Zi and /debug flags from