Re: [CMake] Can we control component package name in 2.8.8?

2013-03-02 Thread hce
Hi Eric, >> That is not a good format of rpm package name. Can we take control the >> component package name in 2.8.8? > Not yet see: > http://public.kitware.com/Bug/view.php?id=12997 > Won't probably be in 2.8.9 either. > I know it will be useful for many of us, I just lack time to go through >

Re: [CMake] Per-target include dirs that work in both 2.8.7 and 2.8.10.2?

2013-03-02 Thread Magnus Therning
On Thu, Feb 28, 2013 at 03:19:48PM -0500, Jean-Christophe Fillion-Robin wrote: > Hi Magnus, > > As already mentioned, the target property INCLUDE_DIRECTORIES has been > introduced in CMake 2.8.8. The following page is useful to find out such > things. See > http://www.cmake.org/Wiki/CMake_Version_

Re: [CMake] Per-target include dirs that work in both 2.8.7 and 2.8.10.2?

2013-03-02 Thread Magnus Therning
On Thu, Feb 28, 2013 at 12:45:47PM -0500, Bill Hoffman wrote: > On 2/28/2013 12:29 PM, Alexander Neundorf wrote: > >Sorry, no, this is a new feature since cmake 2.8.8. > > > >Alex > Only way to do it before was to make sure each target is in its own > directory and then manipulate the includes from

Re: [CMake] How to make ccmake automatic run to select all modules in a script?

2013-03-02 Thread hce
Thanks Jean-Christophe. I did read the document before, but still could not figure out how to switch all modules from default OFF to ON in ccmake command line, and still could not figure out how to run ccmake without interactive button push c-> configure, q-> quit. I looked at ccmake --help, I gue

Re: [CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

2013-03-02 Thread Florian Reinhard
Hi Lazlo, my setup: i'm using the MinGW makefile generator and build with make 3.82 on windows 7. I did disable all tests that cmake automatically does, in my case cmake just crashed and i was not able to debug that on windows, if you can digg into this, i'd appreciate this as well :). Conce

Re: [CMake] How to make ccmake automatic run to select all modules in a script?

2013-03-02 Thread Jean-Christophe Fillion-Robin
Hi Jupiter, You could look at http://www.cmake.org/cmake/help/v2.8.10/cmake.html#section_Options And more particularly at: http://www.cmake.org/cmake/help/v2.8.10/cmake.html#opt:-Dvar:typevalue Hth Jc On Sat, Mar 2, 2013 at 3:49 AM, hce wrote: > Hi, > > I am writing a Linux bash script to ru

[CMake] How to make ccmake automatic run to select all modules in a script?

2013-03-02 Thread hce
Hi, I am writing a Linux bash script to run cmake, ccmake and cpack automatically. The problem for ccmake is that is an interactive interface. Is it possible to specify ccmake in command line to select all modules and to run in a script without push buttons? Please give an example how to run ccma