Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Damien Chavarria
Thank you David & Alex, I also have the ASM_NASM language enabled in my CMakeLists.txt files, and this works for Makefile generators so I'm not sure I understand why there is more work involved in that area of the code ? It seems to handle nasm fine to me. My problem was only with XCode, and reg

[CMake] OCX with CMake?

2012-04-11 Thread norulez
Hello, is it possible to create *.ocx (ActiveX) files with cmake, and if so how? Thanks in advance Best Regards NoRulez -- 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 CMak

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread David Cole
On Wed, Apr 11, 2012 at 4:23 AM, Damien Chavarria wrote: > > Thank you David & Alex, > > I also have the  ASM_NASM language enabled in my CMakeLists.txt files, and > this works for Makefile generators so I'm not sure I understand why there is > more work involved in that area of the code ? It seem

[CMake] FindPackage search priority for Boost

2012-04-11 Thread Petar Marendic
Greetings, I recently noticed that FindPackage always begins its search for package Boost in /usr/lib and only thereafter in the directory specified by variable BOOST_ROOT. This can cause problems if there already are Boost libraries in the /usr/lib directory as they will be selected over those (o

Re: [CMake] FindPackage search priority for Boost

2012-04-11 Thread Andreas Naumann
Dear Petar, In cmake 2.8.3, you can set Boost_NO_SYSTEM_PATHS to true. Kind regards, Andreas Naumann Am 11.04.2012 15:04, schrieb Petar Marendic: Greetings, I recently noticed that FindPackage always begins its search for package Boost in /usr/lib and only thereafter in the directory spec

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Alexander Neundorf
On Wednesday 11 April 2012, David Cole wrote: > On Wed, Apr 11, 2012 at 4:23 AM, Damien Chavarria wrote: > > Thank you David & Alex, > > > > I also have the ASM_NASM language enabled in my CMakeLists.txt files, > > and this works for Makefile generators so I'm not sure I understand why > > there

[CMake] add_custom and files generated into subdirectories

2012-04-11 Thread William R. Otte
Hi - I have a question about resolving dependencies when add_custom is used to generate files into subdirectories. Consider the following example (substantially simplified from my use case, but it captures the essence of what I am trying to do: In the root of the project, I have the followin

Re: [CMake] Forcing project to be included in a solution?

2012-04-11 Thread Robert Dailey
I have created a feature request for this here: http://public.kitware.com/Bug/view.php?id=13122 On Mon, Apr 9, 2012 at 1:45 PM, Robert Dailey wrote: > A lot of people on my team do not want to open the "global" project > though. It includes everything, even the parts they don't want to build. > M

Re: [CMake] CMake + Ninja

2012-04-11 Thread Nicolas Desprès
It is in my todo list to try to find out a way to add this feature to Ninja. I'll let you know once I have something. Meanwhile, I haven't seen any post about this on the ninja-build mailing list so far. Cheers, -Nico On Tue, Apr 10, 2012 at 7:16 PM, Malfettone, Kris wrote: > Just checking in to

Re: [CMake] CMake + Ninja

2012-04-11 Thread Malfettone, Kris
Nico, Thank you for your response. -Kris -Original Message- From: Nicolas Desprès [mailto:nicolas.desp...@gmail.com] Sent: Wednesday, April 11, 2012 2:49 PM To: Malfettone, Kris Cc: Peter Collingbourne; Clifford Yapp; CMake List Subject: Re: [CMake] CMake + Ninja It is in my todo

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Damien Chavarria
> But shouldn't this only be enabled when the ASM_NASM language has been > enabled > ? > Otherwise a project which builds for xcode doesn't build with makefiles, > because the > enable_language(ASM_NASM) > is missing. > > Also, I think it would be a good idea to reuse e.g. the file suffix > extensi

Re: [CMake] CMake 2.8.7 + XCode generator + nasm files

2012-04-11 Thread Alexander Neundorf
On Wednesday 11 April 2012, Damien Chavarria wrote: > > But shouldn't this only be enabled when the ASM_NASM language has been > > enabled > > ? > > Otherwise a project which builds for xcode doesn't build with makefiles, > > because the > > enable_language(ASM_NASM) > > is missing. > > > > Also,

[CMake] Set the "Link Library Dependencies" property to "Yes"

2012-04-11 Thread Hashim Mir
Hi all, I am working on a Cmake project right now, and I'm wondering if there is a way to get Cmake to set the "Link Library Dependencies" option to "Yes" (currently, it defaults to "No"). I can easily do this in Visual Studio by going: Project Properties > Linker > General > Link Library Depe

[CMake] Adding QML files to project in CMakeLists.txt

2012-04-11 Thread Arjun Basu
Hello, I am Arjun. I have used cmake in the process of building many packages in Linux but I am new to writing CMakeLIsts.txt file for my projects. I have a Qt Quick project for which I wish to use cmake. I was wondering if adding QML files to projects is supported in cmake. I googled for it but d