Re: [CMake] One too many "../" instances in the relative paths generated by file(GLOB_RECURSE variable RELATIVE ...)

2011-03-18 Thread Michael Hertling
On 03/18/2011 09:28 PM, Alan W. Irwin wrote: > I am using the following CMake code fragment to collect file depends for a > custom > target that generatates doxygen documentation: > ># Collect essentially same source code dependencies that are in Doxyfile ># including most of the template

Re: [CMake] Is is possible to append to default module path?

2011-03-18 Thread Michael Hertling
On 03/18/2011 10:27 PM, Orion Poplawski wrote: > I would like to have the standard cmake module path searched first before a > local projects path. Is this possible to do? SET(CMAKE_MODULE_PATH ${CMAKE_ROOT}/Modules ) Regards, Michael ___ Powered by

[CMake] Is is possible to append to default module path?

2011-03-18 Thread Orion Poplawski
I would like to have the standard cmake module path searched first before a local projects path. Is this possible to do? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane or...@c

[CMake] One too many "../" instances in the relative paths generated by file(GLOB_RECURSE variable RELATIVE ...)

2011-03-18 Thread Alan W. Irwin
I am using the following CMake code fragment to collect file depends for a custom target that generatates doxygen documentation: # Collect essentially same source code dependencies that are in Doxyfile # including most of the template files for configured code files. set(doxygen_prefixes

Re: [CMake] How to USE_FOLDERS correctly?

2011-03-18 Thread Oliver Buchtala
Am 18.03.2011 18:51, schrieb David Cole: > On Fri, Mar 18, 2011 at 1:15 PM, Oliver Buchtala > wrote: >> Hello, >> >> I have problems using the project folder feature described in the >> documentation for CMake 2.8.4 >> (http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS)

Re: [CMake] How to USE_FOLDERS correctly?

2011-03-18 Thread David Cole
On Fri, Mar 18, 2011 at 1:15 PM, Oliver Buchtala wrote: > Hello, > > I have problems using the project folder feature described in the > documentation for CMake 2.8.4 > (http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS) > > The very first command in my configuration is >

Re: [CMake] How to USE_FOLDERS correctly?

2011-03-18 Thread Oliver Buchtala
Am 18.03.2011 18:31, schrieb Robert Bielik: > Hi Oliver, > > I use this feature and only thing that differs for me is that I do: > > SET_TARGET_PROPERTIES( > myCore > PROPERTIES > FOLDER "Core" > ) > > Hope that helps, > /Rob > ___ > Powered by www.

Re: [CMake] How to USE_FOLDERS correctly?

2011-03-18 Thread Robert Bielik
Hi Oliver, I use this feature and only thing that differs for me is that I do: SET_TARGET_PROPERTIES( myCore PROPERTIES FOLDER "Core" ) Hope that helps, /Rob ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www

[CMake] How to USE_FOLDERS correctly?

2011-03-18 Thread Oliver Buchtala
Hello, I have problems using the project folder feature described in the documentation for CMake 2.8.4 (http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_global:USE_FOLDERS) The very first command in my configuration is set(GLOBAL PROPERTY USE_FOLDERS ON) later, I define target propert

Re: [CMake] Deb Package messages only if deb is available

2011-03-18 Thread Dixon, Shane
Eric, Thank you for the guidance on this. I'll give it a try. -- Shane -Original Message- From: Eric Noulard [mailto:eric.noul...@gmail.com] Sent: Thursday, March 17, 2011 12:24 PM To: Dixon, Shane Cc: cmake@cmake.org Subject: Re: [CMake] Deb Package messages only if deb is available

Re: [CMake] set_target_properties to target openmp flag on an executable

2011-03-18 Thread Eric Noulard
2011/3/18 Caner Candan : > Hi all, > > Since I have several targets to compile, I was looking for a way to > set some specific flags to one target among all others. In my example > I would like to set the openmp flag to the target test and I got an > error with the code below: > > -

Re: [CMake] set_target_properties to target openmp flag on an executable

2011-03-18 Thread Rolf Eike Beer
> Hi all, > > Since I have several targets to compile, I was looking for a way to > set some specific flags to one target among all others. In my example > I would like to set the openmp flag to the target test and I got an > error with the code below: > > --

[CMake] set_target_properties to target openmp flag on an executable

2011-03-18 Thread Caner Candan
Hi all, Since I have several targets to compile, I was looking for a way to set some specific flags to one target among all others. In my example I would like to set the openmp flag to the target test and I got an error with the code below:

Re: [CMake] Adding new language.

2011-03-18 Thread arrowdodger
Okay, thanks again for your help. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FA