Re: [CMake] How to use verbose and debug output for CPack under VS

2012-05-20 Thread norulez
Is there an environment variable or a CMake/CPack variable which is must set? Thanks in advance Am 20.05.2012 um 20:10 schrieb noru...@me.com: > Hello, > > how can I configure a project for Visual Studio to use the "--verbose" and > the "--debug" options/command line parameters? > > Thanks in

Re: [CMake] Windows 260 Char Limit Hit with CPack

2012-05-20 Thread Andreas Pakulat
Hi, On Mon, May 21, 2012 at 6:14 AM, David A. Alexander wrote: > > We are running CPack remotely through Jenkins [1] to end up running a > build/package process on a Windows 2008 Server machine and are seeing > errors during the install into the _CPack_Packages directory because file > paths exce

[CMake] Windows 260 Char Limit Hit with CPack

2012-05-20 Thread David A. Alexander
We are running CPack remotely through Jenkins [1] to end up running a build/package process on a Windows 2008 Server machine and are seeing errors during the install into the _CPack_Packages directory because file paths exceeds the windows 260 character limit [2]. We have seen posts about this

Re: [CMake] Finding include directories when importing targets exported via install(EXPORT ...)

2012-05-20 Thread Alexander Neundorf
On Tuesday 15 May 2012, Matthew LeRoy wrote: > Hi again, > > I'm working on setting up install(...) commands for a shared library > project (call it libA), and I'm using the install(EXPORT ...) signature as > has been recommended to me previously to export the shared library target > so I can impo

[CMake] How to use verbose and debug output for CPack under VS

2012-05-20 Thread norulez
Hello, how can I configure a project for Visual Studio to use the "--verbose" and the "--debug" options/command line parameters? 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

Re: [CMake] Packaging Best Practices for Linux

2012-05-20 Thread Andreas Mohr
Hi, On Sun, May 20, 2012 at 07:57:52AM -0400, cmake-requ...@cmake.org wrote: > Date: Sun, 20 May 2012 13:46:49 +0200 > From: Alexander Neundorf > Subject: Re: [CMake] Packaging Best Practices for Linux > Can you put this information, how to build a LSB-compatible application using > cmake, somew

Re: [CMake] copy dependant shared libs locally

2012-05-20 Thread Alexander Neundorf
On Sunday 20 May 2012, Daniel Krikun wrote: > I do that, but I want more. I want to trace third-parties. > In general, I would wonder why there is no such functionality available in > cmake, why is that there are all these helpful find* modules that find > headers, static libs etc., but not dlls. >

[CMake] Downgrade CMake

2012-05-20 Thread Sason Ohanian Saki
Hi! I want to downgrade from cmake 2.8-8 to 2.8-4 on OS X. Is there an easy way to do this? I tried to remove CMake from applications but the installer still says that a newer version already exists? Thanks! /Sason -- Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] Packaging Best Practices for Linux

2012-05-20 Thread Eric Noulard
2012/5/20 Alexander Neundorf : > On Thursday 17 May 2012, Craig Scott wrote: [...] > > Can you put this information, how to build a LSB-compatible application > using cmake, somewhere in the cmake wiki ? > > http://www.cmake.org/Wiki/CMake > > I guess this is a problem many cmake users have (maybe

Re: [CMake] Fwd: module and cmake

2012-05-20 Thread Alexander Neundorf
On Saturday 19 May 2012, Johannes Zarl wrote: > Hello Paul, > > I don't know about your specific find_package file for FFTW, but we do use > modules together with CMake, so I'll add my thoughts: > > As Eric already said, the modules command alters your environment. CMake > doesn't know about shel

Re: [CMake] Why is Ninja generator disabled by default?

2012-05-20 Thread Claus Klein
Hi Bill,thank you for that info.Indeed, the only major issue I can see is the problem with broken CMakeLists.txt files.http://public.kitware.com/Bug/view.php?id=13105But the solution is quit simple: cmake must add the missing include rules.ninja to the generated build.ninja file.You should know, ma

Re: [CMake] target_link_libraries chain dynamic->static

2012-05-20 Thread Alexander Neundorf
On Thursday 17 May 2012, Petr Kmoch wrote: > Hi Anton, > > you should look into target property LINK_INTERFACE_LIBRARIES (and its > per-configuration variants) which controls "transitive linking." > target_link_libraries() also accepts LINK_INTERFACE_LIBRARIES as an > argument mode, which sets the

Re: [CMake] copy dependant shared libs locally

2012-05-20 Thread Alexander Neundorf
On Thursday 17 May 2012, Daniel Krikun wrote: > Hello, > > I would like to trace shared library dependencies between targets (and also > to external packages) and then copy required dll's to output bin directory > (so that they are immediately available, without PATH editing) in the > post-build.

Re: [CMake] Packaging Best Practices for Linux

2012-05-20 Thread Alexander Neundorf
On Thursday 17 May 2012, Craig Scott wrote: > > That was VERY informative. This is what I was afraid of. With Windows and > > OS > > X even though there are 3 or 4 versions if you build for the earliest one > (XP or 10.5) the binary has a really good chance of still running on the > latest (Win7 o

Re: [CMake] Linking to libraries that depend on other libraries

2012-05-20 Thread Alexander Neundorf
On Thursday 17 May 2012, Andreas Pakulat wrote: > Hi > > Am Donnerstag, 17. Mai 2012 schrieb Petr Kmoch : > > Hi David, > > > > there's a target property LINK_INTERFACE_LIBRARIES (and > > per-configuration variants) which can be used for this purpose. > > Starting with 2.8.7, target_link_librarie

Re: [CMake] Packaging Best Practices for Linux

2012-05-20 Thread Alexander Neundorf
On Wednesday 16 May 2012, Michael Jackson wrote: ... > That was VERY informative. This is what I was afraid of. With Windows and > OS X even though there are 3 or 4 versions if you build for the earliest > one (XP or 10.5) the binary has a really good chance of still running on > the latest (Win7 o