Re: [CMake] Inherited Directory Properties?

2013-09-13 Thread Mateusz Loskot
On 13 September 2013 22:42, Stewart, Robert wrote: > Matthew Woehlke wrote: >> On 2013-09-13 16:43, Stewart, Robert wrote: >> > I want a way to manage a list that applies to the current >> > directory and any subdirectories, unless overridden for a >> > subdirectory (which then applies to that sub

Re: [CMake] Inherited Directory Properties?

2013-09-13 Thread Stewart, Robert
Matthew Woehlke wrote: > On 2013-09-13 16:43, Stewart, Robert wrote: > > I want a way to manage a list that applies to the current > > directory and any subdirectories, unless overridden for a > > subdirectory (which then applies to that subdirectory's > > subdirectories). > > > > I tried using SET

Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-13 Thread Clark Taylor
There must have been a problem with my Visual Studio install. I "repaired" Visual Studio 2012 and everything is working now. (As the machine was restarting, I realized I still had the same project open in VS 2008, which may have been the whole problem.) Wish the error messages were more instruct

Re: [CMake] Inherited Directory Properties?

2013-09-13 Thread Matthew Woehlke
On 2013-09-13 16:43, Stewart, Robert wrote: I want a way to manage a list that applies to the current directory and any subdirectories, unless overridden for a subdirectory (which then applies to that subdirectory's subdirectories). I tried using SET_DIRECTORY_PROPERTIES() to set/modify the li

Re: [CMake] Configuring CPack to Build Packages My Way

2013-09-13 Thread Stewart, Robert
Bill Hoffman wrote: > On 9/10/2013 1:42 PM, Stewart, Robert wrote: > >>Likewise, I want an NSIS installer or RPM that will create > >>that directory structure in either a default location from > >>my CMakeLists.txt or in a directory selected by the user > >>during installation (via the GUI for NSIS

[CMake] Inherited Directory Properties?

2013-09-13 Thread Stewart, Robert
I want a way to manage a list that applies to the current directory and any subdirectories, unless overridden for a subdirectory (which then applies to that subdirectory's subdirectories). I tried using SET_DIRECTORY_PROPERTIES() to set/modify the list, for the current directory, but GET_DIRECT

[CMake] [android] System is unknown to cmake, create: Platform/android to use this system.

2013-09-13 Thread Stingray
Hello, my first post to a mailing list, so hope I got it right I've got a nice error when im trying to cross compile mysql-connector-c, and it uses cmake, so this is my first visit to cmake and to compile it on the build system, isn't a problem, that is if i would like a native mysql-connect

[CMake] Separate compile flags for ASM/C compilers and lists

2013-09-13 Thread lorddoskias
Hello list, I have a couple of questions whose answers I couldn't find. So first thing's first - I have the following function which I intend to use to add a number of library targets: function(build_mps_m3_lib LIBRARY_NAME C_SOURCE ASM_SOURCE CPU_TYPE) set_property(SOURCE ${${C_SOURCE}}

Re: [CMake] Componentized Packaging with TGZ generator

2013-09-13 Thread Andreas Pakulat
Hi Eric, On Fri, Sep 13, 2013 at 5:02 PM, Eric Noulard wrote: > 2013/9/13 Andreas Pakulat : > > Hi, > > > > I'm having a bit of an issue with the behaviour of the TGZ generator and > > componentized packagings. The generation of the packages for the various > > components works just fine, but unf

Re: [CMake] Componentized Packaging with TGZ generator

2013-09-13 Thread Eric Noulard
2013/9/13 Andreas Pakulat : > Hi, > > I'm having a bit of an issue with the behaviour of the TGZ generator and > componentized packagings. The generation of the packages for the various > components works just fine, but unfortunately the contents are not as I'd > like them to be. > > It seems like

[CMake] Componentized Packaging with TGZ generator

2013-09-13 Thread Andreas Pakulat
Hi, I'm having a bit of an issue with the behaviour of the TGZ generator and componentized packagings. The generation of the packages for the various components works just fine, but unfortunately the contents are not as I'd like them to be. It seems like the TGZ generator drops the 'common' prefi

Re: [CMake] Problem using VS 2012 Express and CMake

2013-09-13 Thread Clark Taylor
Do you have any machines that have more than one Visual Studio Express installed on it. That is the only differentiator I can think of. That or I am just stupid and not using CMake right. I have selected Visual Studio 11 (_not_ Win64 or ARM). Other than that, I am doing everything just like I d

Re: [CMake] Clarification around "target_link_libraries"

2013-09-13 Thread SF Markus Elfring
>> Now I try to give a build configurator the choice with which library type >> some executable files should be linked. It seems that I need to construct >> corresponding file names instead of target names. > > No, you don't have to. Thanks for your feedback. > Do you want to build static and d