[cmake-developers] [CMake 0012911]: SDL_INCLUDE_DIRS, SDL_LIBRARIES

2012-01-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=12911 == Reported By:signupname Assigned To:

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-24 Thread Brad King
On 1/22/2012 7:58 AM, Eric Noulard wrote: 2012/1/3 Eric Noularderic.noul...@gmail.com: back to cleaner way of work. I did update and clean-up my previous attempt to ease documentation for CPack. http://public.kitware.com/Bug/view.php?id=10067 Thanks for working on this. the new up-to-date

Re: [cmake-developers] Improving CPack Documentation (and may be others as well)

2012-01-24 Thread Eric Noulard
2012/1/24 Brad King brad.k...@kitware.com: On 1/22/2012 7:58 AM, Eric Noulard wrote: 2012/1/3 Eric Noularderic.noul...@gmail.com: back to cleaner way of work. I did update and clean-up my previous attempt to ease documentation for CPack. http://public.kitware.com/Bug/view.php?id=10067

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-24 Thread Alan W. Irwin
On 2012-01-24 06:28+0100 Michael Wild wrote: On 01/24/2012 05:50 AM, Alan W. Irwin wrote: The documentation you get from cmake --help-full refers to the IMPORTED_LOCATION property as one of the more important ones set for imported targets. I have to agree that location is the most important

[cmake-developers] New module introduction

2012-01-24 Thread Tim Gallagher
Hi, I've been on the users mailing list a few different times to submit patches for the FindBLAS and FindLAPACK modules and we found some more bugs with them. It was known awhile ago that they don't work for the new Intel MKL naming conventions

[cmake-developers] [CMake 0012912]: FindLAPACK does not work when trying static linking

2012-01-24 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=12912 == Reported By:tgallagher Assigned To:

Re: [cmake-developers] Documented property IMPORTED_LOCATION does not exist

2012-01-24 Thread Michael Wild
On 01/25/2012 12:25 AM, Alan W. Irwin wrote: On 2012-01-24 06:28+0100 Michael Wild wrote: On 01/24/2012 05:50 AM, Alan W. Irwin wrote: The documentation you get from cmake --help-full refers to the IMPORTED_LOCATION property as one of the more important ones set for imported targets. I

Re: [CMake] [New Module] Arduino CMake

2012-01-24 Thread Alfa Omega
Hi, Support for Teamcity is available, but not publicly accessible. I have a patched version of CMake/CTest which has a special flag that enables Teamcity service messages. I use it internally at my company, but I want to integrate it into CMake (so that I don't have have a custom build of

[CMake] About CMAKE_INSTALL_PREFIX

2012-01-24 Thread pellegrini
Hello everbody, I would like to understand a bit more one feature related to CMAKE_INSTALL_PREFIX initialization. When reading the documentation, it is specified that this variable contains the directory that will be pre-pended to all install directories and that it should be defaulted to

Re: [CMake] About CMAKE_INSTALL_PREFIX

2012-01-24 Thread Michael Wild
On 01/24/2012 09:35 AM, pellegrini wrote: Hello everbody, I would like to understand a bit more one feature related to CMAKE_INSTALL_PREFIX initialization. When reading the documentation, it is specified that this variable contains the directory that will be pre-pended to all install

Re: [CMake] About CMAKE_INSTALL_PREFIX

2012-01-24 Thread Rolf Eike Beer
Hello everbody, I would like to understand a bit more one feature related to CMAKE_INSTALL_PREFIX initialization. When reading the documentation, it is specified that this variable contains the directory that will be pre-pended to all install directories and that it should be defaulted to

Re: [CMake] About CMAKE_INSTALL_PREFIX - solved

2012-01-24 Thread pellegrini
Great, thanks a lot Rolf Michael Rolf Eike Beer a écrit : Hello everbody, I would like to understand a bit more one feature related to CMAKE_INSTALL_PREFIX initialization. When reading the documentation, it is specified that this variable contains the directory that will be pre-pended

[CMake] no rule to make target ' ' needed by- with RCpp and not mysql++

2012-01-24 Thread pasparis
Hellosereral days ago I got from Eric in the mail list the way to link mysql++ in kdevelop with cmake. it works fine but as soon asI want to do the same thing with RCpp and RInside two libraries which manage a link between C++ and the R software when I compile the main prog I getmake[3]: *** No

Re: [CMake] no rule to make target ' ' needed by- with RCpp and not mysql++

2012-01-24 Thread pasparis
I find the problem it was the name of the library: libRcpp.so instead of libRCpp.so Message d'origine De : paspa...@noos.fr À : cmake@cmake.org Objet : [CMake] no rule to make target ' ' needed by- with RCpp and not mysql++ Date : 24/01/2012 10:10:01 CET Hellosereral days ago I got

[CMake] visual studio macros

2012-01-24 Thread Tom Deblauwe
Hello, I'm running a Windows 7 64 bit OS, and I'm using visual studio 2005 with service pack 1. Below is the list of versions. Now my question is: how can I manually check that all macro stuff works and is configured correctly? In other words: how can I install the macro's manually? They are

Re: [CMake] How to define dependencies? Problem with nmake builds.

2012-01-24 Thread David Cole
On Tue, Jan 24, 2012 at 1:40 AM, james ja...@mansionfamily.plus.com wrote: My component source list includes:    easyrtd.src/COMRtdInterface.cpp    easyrtd.src/EasyRTD.rc    easyrtd.src/EasyRTD.idl and after fixing up the paths Visual Studio builds the project OK. However, nmake does not

Re: [CMake] CTest: Glob files to include in coverage report with 0% line coverage

2012-01-24 Thread David Cole
On Tue, Jan 24, 2012 at 2:51 AM, Eric Noulard eric.noul...@gmail.com wrote: 2012/1/24 Rolf Eike Beer e...@sf-mail.de: Andreas Schuh wrote: Hi, Setting CTEST_EXTRA_COVERAGE_GLOB in the CTestCustom.cmake file can be used to add additional files which shall be included in the coverage report.

[CMake] compiler flags visual studio

2012-01-24 Thread Tom Deblauwe
Hello, What compiler flags do you need to enable if you want to use the possibility to have something like this in your code: char Image[width(), height()]; This worked before with my compiler(visual studio 2005) but not with the cmake generated project. It complains about expecting a

[CMake] Conditional CFLAG for armv6 only - Xcode, iOS

2012-01-24 Thread James Munro
Hi there, I'm using CMake as part of a workflow on various iOS projects. I have a question regarding setting a conditional compiler flag dependent on the architecture being compiled: Apple LLVM causes a serious bug when compiling for older devices that require the armv6 architecture. The

Re: [CMake] compiler flags visual studio

2012-01-24 Thread John Drescher
On Tue, Jan 24, 2012 at 8:33 AM, Tom Deblauwe tom.debla...@traficon.com wrote: Hello, What compiler flags do you need to enable if you want to use the possibility to have something like this in your code: char Image[width(), height()]; This worked before with my compiler(visual studio

Re: [CMake] visual studio macros

2012-01-24 Thread David Cole
From the CMake source code file Source/cmGlobalVisualStudio8Generator.cxx: // std::string cmGlobalVisualStudio8Generator::GetUserMacrosDirectory() { // Some VS8 sp0 versions cannot run macros. // See

Re: [CMake] Packaging DEB at different directory with CPack

2012-01-24 Thread Damián Nohales
Many thanks Eric! your explanation really helps me! El 24/01/12 04:21, Eric Noulard escribió: 2012/1/24 Damián Nohales damiannoha...@gmail.com: Hello, I'm doing an application for Debian based systems and I need to package a .deb file, my application has several files to install in addition

Re: [CMake] Complex problem : recursive dependency configurations

2012-01-24 Thread Robert Dailey
Have I gone and confused everybody on this? :P - Robert Dailey On Mon, Jan 23, 2012 at 6:01 PM, Robert Dailey rcdai...@gmail.com wrote: As you know, in target_link_libraries(), you can specify debug, optimized, or general to specify which configurations a library will be applied to.

[CMake] Check compiler flags

2012-01-24 Thread Tim Gallagher
Hi, Is there a module for CheckFortranCompilerFlag? I see one for C and CXX, but not one for Fortran. Tim -- 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:

[CMake] fixup_bundle already-fixed-up dependencies

2012-01-24 Thread Nikolay Kasyanov
Hi, I'm trying to use fixup_bundle on OS X. I had following problem with some of my dependencies (Ogre game engine OIS): they already have @executable_path in it (so, they already fixed up), so in my executable there is no absolute path to library, so fixup_bundle cannot find copy Ogre's

Re: [CMake] [New Module] Arduino CMake

2012-01-24 Thread Alexander Neundorf
Hi, On Tuesday 24 January 2012, Alfa Omega wrote: Hi, What part does not follow the convention? I'm using a toolchain file, plus when I was writing this I based it on a existing module bundled with CMake (but cant remember which). I'm open to modifying my project to match the convention.

Re: [CMake] fixup_bundle already-fixed-up dependencies

2012-01-24 Thread Michael Jackson
I think you need to feed BundleUtilities another argument that lists where to find the ogre frameworks. I think. ___ Mike JacksonPrincipal Software Engineer BlueQuartz SoftwareDayton, Ohio

Re: [CMake] Top level directory with component install

2012-01-24 Thread Eric Noulard
2012/1/22 Eric Noulard eric.noul...@gmail.com: 2012/1/13 Eric Noulard eric.noul...@gmail.com: Hi everybody I just reviewed the patch from Daniel and it seems fine to me BUT including this would change the default cpack behavior for all Archive Generators (ZIP, TGZ, STGZ, TBZ2) when doing

Re: [CMake] [New Module] Arduino CMake

2012-01-24 Thread Alfa Omega
2012/1/24 Alexander Neundorf a.neundorf-w...@gmx.net Hi, On Tuesday 24 January 2012, Alfa Omega wrote: Hi, What part does not follow the convention? I'm using a toolchain file, plus when I was writing this I based it on a existing module bundled with CMake (but cant remember

[Cmake-commits] CMake branch, next, updated. v2.8.7-2212-gf3c7e58

2012-01-24 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via f3c7e58f5594d8eeab3d15f2aa5065f1cd47e64c (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2222-ge9815b3

2012-01-24 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via e9815b3c61ba9c33a886bc677c7ed88f3f0fd933 (commit) via

[Cmake-commits] CMake branch, next, updated. v2.8.7-2225-gc4abb5c

2012-01-24 Thread Rolf Eike Beer
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, next has been updated via c4abb5c845185a7a8c302a891c81d07449cefc37 (commit) via

[Cmake-commits] CMake branch, master, updated. v2.8.7-147-g31c53c2

2012-01-24 Thread KWSys Robot
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project CMake. The branch, master has been updated via 31c53c288c3644cc357684124e566baf9a07a1a1 (commit) from