Re: [CMake] Dynamic linking doesn't work after install

2011-04-22 Thread Marcus D. Hanwell
On Fri, Apr 22, 2011 at 9:48 AM, David Doria daviddo...@gmail.com wrote: I have created an executable like this:  add_executable(ImageCompleter ${AppSources})  target_link_libraries(ImageCompleter ${LibrariesAlwaysUsed})  INSTALL( TARGETS ImageCompleter    RUNTIME DESTINATION ${INSTALL_DIR}

Re: [CMake] Dynamic linking doesn't work after install

2011-04-22 Thread Marcus D. Hanwell
On Fri, Apr 22, 2011 at 9:57 AM, David Doria daviddo...@gmail.com wrote: I think the CMake page on RPATHs might be what you are looking for. http://www.cmake.org/Wiki/CMake_RPATH_handling Yea I read that, but I didn't really follow/see how to fix this problem. Surely there is a just copy the

Re: [CMake] GenerateExportHeader macrr for CMake?

2011-06-05 Thread Marcus D. Hanwell
On Sat, Jun 4, 2011 at 3:17 PM, Stephen Kelly steve...@gmail.com wrote: Hi, I came up with an idea to simplify the creation of export headers for hidden visibility by using configure_file. After implementing it I saw that the idea has come up before :)

Re: [CMake] GenerateExportHeader macrr for CMake?

2011-06-05 Thread Marcus D. Hanwell
On Sun, Jun 5, 2011 at 3:47 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Sunday, June 05, 2011 08:43:02 PM Hendrik Sattler wrote: Am Sonntag, 5. Juni 2011, 18:16:03 schrieb Michael Wild: On 06/05/2011 05:34 PM, Hendrik Sattler wrote: Am Sonntag, 5. Juni 2011, 11:45:20 schrieb

Re: [CMake] FindQt4.cmake to automatically include QT_USE_FILE?

2011-06-07 Thread Marcus D. Hanwell
On Tue, Jun 7, 2011 at 9:46 AM, Michael Wild them...@gmail.com wrote: On 06/07/2011 03:21 PM, John Drescher wrote: If you don't care for the macros and want to set up the include-directories and defines yourself, no. Also, it is common to find_package(Qt4) in the top-level CMakeLists.txt file,

Re: [CMake] FindQt4.cmake to automatically include QT_USE_FILE?

2011-06-07 Thread Marcus D. Hanwell
2011/6/7 Michael Wild them...@gmail.com: On 06/07/2011 06:23 PM, Bjørn Forsman wrote: 2011/6/7 Michael Wild them...@gmail.com: On 06/07/2011 03:38 PM, Bjørn Forsman wrote: Why not put find_package(Qt4) in the sub directories where it is actually used? And if it is used in multiple

Re: [CMake] CMake 2.8.6 available for download

2011-10-05 Thread Marcus D. Hanwell
On Wed, Oct 5, 2011 at 6:53 AM, Peter Kuemmel syntheti...@gmx.net wrote: When I install the .sh version over an existing 2.8.4 release and use CodeBlocks - Unix Makefiles QtCreator only shows the CMakeLists.txt, nothing more. Seems the CodeBlocks - Unix Makefiles generator is broken in 2.8.6.

Re: [CMake] debug/optimized include directories

2011-11-04 Thread Marcus D. Hanwell
On Fri, Nov 4, 2011 at 11:16 AM, Robert Dailey rcdai...@gmail.com wrote: David, There is a directory-level property for preprocessor definitions too, right? So how do the target properties for preprocessor definitions handle those? I think they are additive aren't they? I would expect the

Re: [CMake] Upcoming What's New in CMake 2.8.7 webinar

2011-12-21 Thread Marcus D. Hanwell
On Wed, Dec 21, 2011 at 3:50 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Wednesday 21 December 2011, David Cole wrote: The CMake team is hard at work on the 2.8.7 release - we announcedhttp://www.kitware.com/blog/home/post/208 CMake 2.8.7 rc1 on December 8th, and we expect to

Re: [CMake] Status of clang support?

2010-10-24 Thread Marcus D. Hanwell
On Sun, Oct 24, 2010 at 2:58 PM, Michael Wild them...@gmail.com wrote: On 24. Oct, 2010, at 17:33 , Mateusz Loskot wrote: Hi, I'm trying to find out what's the status of clang support in CMake. What version of CMake is recommended to make proper use of clang 2.8+ for building a C++

Re: [CMake] cmake for cygwin

2010-10-27 Thread Marcus D. Hanwell
On Wed, Oct 27, 2010 at 2:38 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2010-10-26 17:53-0400 Bill Hoffman wrote: The policy mechanism might not be ideal but in a year or so, all of this would go away, and the meantime the patches you have to maintain for cygwin ports would become

Re: [CMake] cmake for cygwin

2010-10-28 Thread Marcus D. Hanwell
On Thu, Oct 28, 2010 at 8:45 AM, Marco Atzeri marco_atz...@yahoo.it wrote: --- Mer 27/10/10, Marcus D. Hanwell  ha scritto: On Wed, Oct 27, 2010 at 2:38 PM, Alan W. Irwin wrote: On 2010-10-26 17:53-0400 Bill Hoffman wrote: The policy mechanism might not be ideal but in a year or so

Re: [CMake] CMake 2.8.3-rc4 ready for testing!

2010-10-31 Thread Marcus D. Hanwell
On Sun, Oct 31, 2010 at 7:30 PM, Campbell Barton ideasma...@gmail.com wrote: Hi I saw in the log you added a case for Python 2.7, Would you be able to add a check for Python 3.x ? For Blender 3D we use CMake and only support python 3.x series. I added that (or part of it at least). I suspect

Re: [CMake] [Titan-developers] Forcing 'out-of-source' build

2010-11-26 Thread Marcus D. Hanwell
On Fri, Nov 26, 2010 at 3:24 PM, Wylie, Brian bnwy...@sandia.gov wrote: Hi All, I want to force an 'out-of-source' build for a small project that I converted to use Cmake. I did a bit of searching and found variants of the following... # Make sure the build is out of source

Re: [CMake] ctest and git submodules

2011-01-12 Thread Marcus D. Hanwell
On Wed, Jan 12, 2011 at 12:16 PM, Gerhard Gappmeier gerhard.gappme...@ascolab.com wrote: Hi, my project is stored in a git repo with submodules. I'm wondering if ctest is updating also the submodules when running ctest Nightly|Continuous etc. or just the main repo. I believe not, unless

Re: [CMake] How to have a target depend on an External Project

2011-01-12 Thread Marcus D. Hanwell
On Wed, Jan 12, 2011 at 12:53 PM, kent williams nkwmailingli...@gmail.com wrote: For better or worse (mostly better) we are now heavy users of ExternalProject.  That module works really well to pull in external dependencies and get them built. ExternalProject_add has a DEPENDS keyword that

Re: [CMake] ExternalProject_Add, race conditions, MSVC_IDE

2011-01-24 Thread Marcus D. Hanwell
On Mon, Jan 24, 2011 at 9:50 AM, David Cole david.c...@kitware.com wrote: On Sat, Jan 22, 2011 at 8:15 AM, Pau Garcia i Quiles pgqui...@elpauer.org wrote: Hello, I've been using ExternalProject_Add and I have to say IMHO it's one of the best features added to CMake in the last years. It

Re: [CMake] Use Eigen2 in CMake based project

2011-01-24 Thread Marcus D. Hanwell
On Mon, Jan 24, 2011 at 6:15 PM, Stefan Dänzer stefan.daen...@gmail.com wrote: Hi all, I have searched for the correct way to include the Eigen2 linear algebra library in my CMake based project. But doing a search has not brought up a suitable result. Has anyone used Eigen2 in their project? A

Re: [CMake] QtCreator project generator

2011-03-01 Thread Marcus D. Hanwell
On Tue, Mar 1, 2011 at 9:15 AM, John Drescher dresche...@gmail.com wrote: On Tue, Mar 1, 2011 at 6:45 AM, Campbell Barton ideasma...@gmail.com wrote: QT-Creator which currently supports CMake by reading code::blocks project files. The problem with this is code::blocks project files don't

Re: [CMake] Win32: Find location of VS redistributable runtime files ?

2009-04-02 Thread Marcus D. Hanwell
James Bigler wrote: On Thu, Apr 2, 2009 at 7:49 AM, Stephen Collyer scoll...@netspinner.co.uk mailto:scoll...@netspinner.co.uk wrote: 2009/4/2 Philip Lowman phi...@yhbt.com mailto:phi...@yhbt.com On Thu, Apr 2, 2009 at 7:00 AM, Stephen Collyer scoll...@netspinner.co.uk

Re: [CMake] InstallRequiredSystemLibraries.cmake and Redistribution of the shared C runtime component in Visual C++

2009-08-06 Thread Marcus D. Hanwell
James Bigler wrote: I've just been bitten hard by this issue (many hours of frustration while attempting to run a demo application that should have Just Worked (TM) ). According to this page: http://support.microsoft.com/kb/326922 You should install these versions of the CRT on target

Re: [CMake] InstallRequiredSystemLibraries.cmake and Redistribution of the shared C runtime component in Visual C++

2009-08-06 Thread Marcus D. Hanwell
James Bigler wrote: On Thu, Aug 6, 2009 at 12:10 PM, Bill Hoffman bill.hoff...@kitware.com mailto:bill.hoff...@kitware.com wrote: James Bigler wrote: Well, I was using VS 2005 64 bit with SP 1. I wonder if there is a similar bug or if there is something else going

Re: [CMake] CMake 2.8 FindPythonLibs.cmake broken for default python2.5 install

2009-11-23 Thread Marcus D. Hanwell
on 64 bit platforms). Marcus -- Marcus D. Hanwell, Ph.D. RD Engineer, Kitware Inc. (518) 881-4937 ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic

Re: [CMake] CMake 2.8 FindPythonLibs.cmake broken for default python2.5 install

2009-11-30 Thread Marcus D. Hanwell
On Monday 23 November 2009 10:38:27 Marcus D. Hanwell wrote: On Monday 23 November 2009 10:03:35 Mark Moll wrote: Between cmake 2.6.4 and cmake 2.8 the following lines were removed from the FIND_LIBRARY(PYTHON_LIBRARY ...) command in FindPythonLibs.cmake: -PATH_SUFFIXES

Re: [CMake] [ANNOUNCE] CMake has moved to Git!

2010-02-22 Thread Marcus D. Hanwell
On Monday 22 February 2010 13:46:18 Brad King wrote: Hi Folks, Kitware has moved to distributed version control for CMake in order to better engage our growing community of developers and users. It will enhance our process for accepting patches and help give credit to all contributors.

Re: [CMake] CMake finds the wrong Python interpreter on Windows

2010-02-26 Thread Marcus D. Hanwell
On Friday 26 February 2010 10:15:06 Bill Hoffman wrote: Mathieu Malaterre wrote: the windows one prefer python over any of the named version ones... Or find both independently and compare their versions. OTOH, the problem was the library/executable mismatch, so it doesn't matter which

Re: [CMake] CTEST_COMMAND ignores -j in ctest command script

2010-02-27 Thread Marcus D. Hanwell
On Sat, Feb 27, 2010 at 2:11 PM, Derek Bruening i...@alum.mit.edu wrote: I have a ctest command script that runs a series of builds and tests via ctest_start(), ctest_test(), etc. I want to run the tests in parallel by default (I'm using cmake 2.8.0). If I pass -j to the ctest command that

Re: [CMake] CMake interview for FLOSS Weekly in about 1 hour

2010-03-03 Thread Marcus D. Hanwell
On Wed, Mar 3, 2010 at 5:15 PM, Andrew Maclean andrew.amacl...@gmail.comwrote: Unfortunate acronym! I hope it wasn't like pulling teeth! On Thu, Mar 4, 2010 at 7:39 AM, Bill Hoffman bill.hoff...@kitware.com wrote: At 4:30, I am going to be interviewed for FLOSS Weekly. The video is

Re: [CMake] External projects and imported targets

2010-05-16 Thread Marcus D. Hanwell
On Sun, May 16, 2010 at 12:48 PM, Timothy M. Shead tsh...@k-3d.com wrote: I'd like to do the following: # Build external project A ExternalProject_Add(A ...) # Import target B, which is exported by A in AConfig.cmake ExternalProject_Get_Property(A, BINARY_DIR) set(A_DIR

Re: [CMake] External projects and imported targets

2010-05-16 Thread Marcus D. Hanwell
On Sun, May 16, 2010 at 2:26 PM, Timothy M. Shead tsh...@k-3d.com wrote: On 05/16/2010 12:11 PM, Marcus D. Hanwell wrote: On Sun, May 16, 2010 at 12:48 PM, Timothy M. Shead tsh...@k-3d.com mailto:tsh...@k-3d.com wrote: I'd like to do the following: # Build external project

Re: [CMake] External projects and imported targets

2010-05-16 Thread Marcus D. Hanwell
On Sun, May 16, 2010 at 2:47 PM, Timothy M. Shead tsh...@k-3d.com wrote: On 05/16/2010 12:36 PM, Marcus D. Hanwell wrote: On Sun, May 16, 2010 at 2:26 PM, Timothy M. Shead tsh...@k-3d.com mailto:tsh...@k-3d.com wrote: On 05/16/2010 12:11 PM, Marcus D. Hanwell wrote: On Sun

Re: [CMake] Ninja + CMake on a dashboard?

2012-03-14 Thread Marcus D. Hanwell
On Fri, Mar 9, 2012 at 12:34 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 3/9/2012 12:21 PM, Steven Wilson wrote: Where does the Ninja generator currently live?   Ie which branch in the sources, etc?   I am keen to see support for the Ninja generator on Mac/Linux/Windows and would not

Re: [CMake] ExternalProject_Add examples

2012-03-17 Thread Marcus D. Hanwell
On Sat, Mar 17, 2012 at 5:03 PM, Bill Lorensen bill.loren...@gmail.com wrote: Folks, I've recently created a number of super builds using CMake's External Project mechanism. Each external project requires some sort of download, configuration, build and possibly install. The CMake defines

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-25 Thread Marcus D. Hanwell
On Thu, Sep 20, 2012 at 7:26 AM, Peter Kümmel syntheti...@gmx.net wrote: On 19.09.2012 08:08, Wouter van Kleunen wrote: Peter, i had 2.8.9-pre3 before, i upgraded to 2.8.9. But only after deleting the CMakeLists user file from qtcreator, deleting the build directory and restarting qtcreator

Re: [CMake] CMake/Ninja support in Qt Creator

2012-09-25 Thread Marcus D. Hanwell
On Tue, Sep 25, 2012 at 2:56 PM, Peter Kümmel syntheti...@gmx.net wrote: On 25.09.2012 17:29, Marcus D. Hanwell wrote: On Thu, Sep 20, 2012 at 7:26 AM, Peter Kümmel syntheti...@gmx.net wrote: On 19.09.2012 08:08, Wouter van Kleunen wrote: Peter, i had 2.8.9-pre3 before, i upgraded

Re: [CMake] file( DOWNLOAD ) problem

2012-09-28 Thread Marcus D. Hanwell
On Fri, Sep 28, 2012 at 4:42 PM, Robert Dailey rcdailey.li...@gmail.com wrote: On Fri, Sep 28, 2012 at 2:58 PM, David Cole david.c...@kitware.com wrote: On Fri, Sep 28, 2012 at 3:30 PM, Robert Dailey rcdailey.li...@gmail.com wrote: CMake downloads our third party libraries from a central

Re: [CMake] Passing CMAKE_TOOLCHAIN_FILE on command line causes CMake warning

2013-02-06 Thread Marcus D. Hanwell
On Wed, Feb 6, 2013 at 5:59 AM, Pat Marion pat.mar...@kitware.com wrote: Hi, I'm emailing about bug 13093 in the backlog. I found comments by Brad that suggest it's a legitimate warning, but I'm not sure how a project could avoid the warning. Maybe cmake could send a fatal error if the

Re: [CMake] How to specify LD_LIBRARY_PATH for a test?

2013-02-26 Thread Marcus D. Hanwell
On Tue, Feb 26, 2013 at 2:15 PM, Orion Poplawski or...@cora.nwra.com wrote: On 02/26/2013 12:06 PM, Alexander Neundorf wrote: On Tuesday 26 February 2013, Orion Poplawski wrote: We have some tests that load libraries at run time. How can we specify that LD_LIBRARY_PATH needs to be set?

Re: [CMake] ctest git submodules

2013-02-26 Thread Marcus D. Hanwell
On Tue, Feb 26, 2013 at 2:36 PM, Clinton Stimpson clin...@elemtech.com wrote: Thanks. I may have to do that for now. However, it seems to me that ctest already does a git submodule update --recurse but its missing the --init flag to deal with changes to the .gitmodules file. It also misses

Re: [CMake] ctest git submodules

2013-02-26 Thread Marcus D. Hanwell
On Tue, Feb 26, 2013 at 4:50 PM, Brad King brad.k...@kitware.com wrote: On 2/26/2013 2:52 PM, Jean-Christophe Fillion-Robin wrote: +1 to add these into CTest :) What would be the argument against it ? Not every project wants every submodule checked out all the time. A major use case for them

Re: [CMake] default release build flags

2016-05-09 Thread Marcus D. Hanwell
On Thu, Apr 28, 2016 at 2:21 PM, Burlen Loring wrote: > Hi Guys, > > I'd like to discuss changing the defaults of CMAKE_C/CXX_FLAGS_RELEASE on > gcc, and potentially gcc like compilers such as clang and intel. > > Currently the default is "-O3 -DNDEBUG". I would like to

Re: [CMake] What is the default build type?

2017-08-02 Thread Marcus D. Hanwell
On Wed, Aug 2, 2017 at 1:32 PM, David Cole wrote: > Very cool, Marcus. Thanks for the blog post. > > Florian, when you "message(${CMAKE_CONFIGURATION_TYPES})" it is empty > because you are using a single-configuration CMake generator. Only > Visual Studio and Xcode (and possibly

Re: [CMake] What is the default build type?

2017-08-02 Thread Marcus D. Hanwell
On Wed, Aug 2, 2017 at 1:32 PM, David Cole wrote: > > Very cool, Marcus. Thanks for the blog post. > > Florian, when you "message(${CMAKE_CONFIGURATION_TYPES})" it is empty > because you are using a single-configuration CMake generator. Only > Visual Studio and Xcode (and

Re: [CMake] What is the default build type?

2017-08-02 Thread Marcus D. Hanwell
On Wed, Aug 2, 2017 at 2:50 PM, David Cole wrote: > Yes, your code is a good example Marcus. It was one of the previous > suggestions on this thread which had example code setting > CMAKE_CONFIGURATION_TYPES. > > I would recommend against setting this variable because in some

Re: [CMake] What is the default build type?

2017-08-03 Thread Marcus D. Hanwell
On Wed, Aug 2, 2017 at 4:18 PM, J Decker <d3c...@gmail.com> wrote: > > On Wed, Aug 2, 2017 at 8:55 AM, Marcus D. Hanwell > <marcus.hanw...@kitware.com> wrote: >> >> On Wed, Aug 2, 2017 at 3:03 AM, Bo Zhou <bo.schwarzst...@gmail.com> wro

Re: [CMake] What is the default build type?

2017-08-02 Thread Marcus D. Hanwell
On Wed, Aug 2, 2017 at 3:03 AM, Bo Zhou wrote: > It depends on the Generator. > > To the Makefile, the actual type was controlled by the compiler options. > If you don't specific any type, usually it means non-debug and > non-optimization because the CMAKE_CXX_FLAGS is

Re: [cmake-developers] User vs CMake include mismatch handling

2010-10-11 Thread Marcus D. Hanwell
On Sunday 10 October 2010 14:56:29 Alexander Neundorf wrote: On Friday 08 October 2010, David Cole wrote: On Fri, Oct 8, 2010 at 10:59 AM, Alexander Neundorf neund...@kde.orgwrote: ... Better idea: I'll add a policy which switches this behaviour (prefer CMAKE_ROOT over

Re: [cmake-developers] User vs CMake include mismatch handling

2010-10-11 Thread Marcus D. Hanwell
On Mon, Oct 11, 2010 at 5:00 PM, Alexander Neundorf neund...@kde.orgwrote: On Monday 11 October 2010, Marcus D. Hanwell wrote: On Sunday 10 October 2010 14:56:29 Alexander Neundorf wrote: ... So is there no chance of fixing this in a backward compatible way? One of Prefering module

Re: [cmake-developers] User vs CMake include mismatch handling

2010-10-12 Thread Marcus D. Hanwell
2010/10/12 Alexander Neundorf neund...@kde.org On Tuesday 12 October 2010, Marcus D. Hanwell wrote: 2010/10/12 Alexander Neundorf neund...@kde.org On Tuesday 12 October 2010, Marcus D. Hanwell wrote: On Mon, Oct 11, 2010 at 5:00 PM, Alexander Neundorf neund...@kde.org wrote

Re: [cmake-developers] User vs CMake include mismatch handling

2010-10-12 Thread Marcus D. Hanwell
On Tuesday 12 October 2010 17:27:31 David Cole wrote: On Tue, Oct 12, 2010 at 5:21 PM, Brad King brad.k...@kitware.com wrote: On 10/12/2010 03:32 PM, Alexander Neundorf wrote: On Tuesday 12 October 2010, Bill Hoffman wrote: Anyway, in the short term, we are going to go with FPHSA2, Alex

Re: [cmake-developers] User vs CMake include mismatch handling

2010-10-19 Thread Marcus D. Hanwell
On Fri, Oct 15, 2010 at 1:59 PM, David Cole david.c...@kitware.com wrote: On Fri, Oct 15, 2010 at 1:36 PM, David Cole david.c...@kitware.com wrote: On Fri, Oct 15, 2010 at 8:23 AM, Bill Hoffman bill.hoff...@kitware.com wrote: On 10/14/2010 2:18 PM, David Cole wrote: On Thu, Oct 14, 2010 at

Re: [cmake-developers] On Mac OS X, the CMake .app filename should not contain the version number ( http://public.kitware.com/Bug/view.php?id=11693#c24958 )

2011-01-20 Thread Marcus D. Hanwell
On Thu, Jan 20, 2011 at 1:11 PM, Clinton Stimpson clin...@elemtech.com wrote: On Thursday, January 20, 2011 09:36:13 am Eric Noulard wrote: 2011/1/20 David Cole david.c...@kitware.com: Moving to the CMake developer's list, as requested by this bug comment:

Re: [cmake-developers] Cannot push to stage?

2011-01-30 Thread Marcus D. Hanwell
On Sun, Jan 30, 2011 at 7:37 AM, Eric Noulard eric.noul...@gmail.com wrote: Hi there, I cannot push to stage? or print staged branch: $ ssh g...@cmake.org stage cmake print is lasting forever. any know trouble or is it on my side? It is certainly a little slow to respond, but it gets

Re: [cmake-developers] Adding argument OPTIONAL to find_package() and add_subdirectory

2011-06-09 Thread Marcus D. Hanwell
On Thu, Jun 9, 2011 at 9:19 AM, Brad King brad.k...@kitware.com wrote: On 6/9/2011 8:50 AM, Alexander Neundorf wrote: What if the FindFoo.cmake script calls find_package(Bar) and does not require it but the project also does find_package(Bar) and does? I'm sure there are more cases I haven't

Re: [cmake-developers] Automoc in cmake

2011-09-18 Thread Marcus D. Hanwell
On Sun, Sep 18, 2011 at 6:39 AM, Alexander Neundorf neund...@kde.org wrote: On Saturday, September 17, 2011 07:16:28 PM Stephen Kelly wrote: Stephen Kelly steveire@... writes: Alexander Neundorf wrote: Would it be possible to make CMAKE_AUTOMOC imply CMAKE_INCLUDE_CURRENT_DIR? All

Re: [cmake-developers] slow regex implementation in RegularExpression

2011-11-23 Thread Marcus D. Hanwell
On Wed, Nov 23, 2011 at 2:03 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 11/23/2011 12:51 PM, Brad King wrote: On 11/23/2011 12:48 PM, Brad King wrote: On 11/23/2011 12:43 PM, Brad King wrote: On 11/23/2011 12:34 PM, Alexandru Ciobanu wrote: The regex in question is:    

Re: [cmake-developers] target_include_directories branch in stage

2012-02-23 Thread Marcus D. Hanwell
On Wed, Feb 22, 2012 at 8:36 PM, David Cole david.c...@kitware.com wrote: On Wed, Feb 22, 2012 at 3:04 PM, David Cole david.c...@kitware.com wrote: On Wed, Feb 22, 2012 at 8:05 AM, David Cole david.c...@kitware.com wrote: On Thu, Feb 16, 2012 at 4:11 PM, Stephen Kelly steve...@gmail.com wrote:

[cmake-developers] Ninja and optional support for Fortran

2012-10-14 Thread Marcus D. Hanwell
Hi, We use Eigen in a few projects, and it has optional support for Fortran. It seems that the way it probes for a working Fortran compiler causes the Ninja generator to error out. CMake Error: The Ninja generator does not support the language Fortran yet. -- The Fortran compiler identification

Re: [cmake-developers] Deprecating qt4_use_modules and qt4_automoc?

2013-02-06 Thread Marcus D. Hanwell
On Wed, Feb 6, 2013 at 5:46 AM, Stephen Kelly steve...@gmail.com wrote: Hi there, The qt4_use_modules is now mostly obsoleted by tll in CMake 2.8.11. The main difference is that qt4_use_modules does not require the use of imported targets. I think we should deprecate it in favor of using

Re: [cmake-developers] Deprecating qt4_use_modules and qt4_automoc?

2013-02-14 Thread Marcus D. Hanwell
On Wed, Feb 6, 2013 at 8:21 AM, David Cole dlrd...@aol.com wrote: -Original Message- From: Stephen Kelly steve...@gmail.com To: cmake-developers cmake-developers@cmake.org Sent: Wed, Feb 6, 2013 8:17 am Subject: Re: [cmake-developers] Deprecating qt4_use_modules and qt4_automoc?

[cmake-developers] Generate export header - remove some warnings for old compilers

2013-02-20 Thread Marcus D. Hanwell
Hi, I just pushed generate-export-header-warnings to the stage, this removes the warnings emitted when the compiler is old. When making extensive use of generate export headers these warnings only serve to obscure real warnings, when in my opinion generate export header is doing precisely what it

[cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-08 Thread Marcus D. Hanwell
Hi, I notice that Arch has already patched this, but CMake master as of aa027af9 still finds /usr/bin/qmake when a /usr/bin/qmake-qt4 is available. This bug is reported here, http://public.kitware.com/Bug/view.php?id=13985 Is there any issue with changing the order so that if qmake-qt4 is found

Re: [cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-08 Thread Marcus D. Hanwell
On Fri, Mar 8, 2013 at 2:52 PM, Clinton Stimpson clin...@elemtech.com wrote: On Friday, March 08, 2013 02:35:53 PM Marcus D. Hanwell wrote: I notice that Arch has already patched this, but CMake master as of aa027af9 still finds /usr/bin/qmake when a /usr/bin/qmake-qt4 is available. This bug

Re: [cmake-developers] Qt 4 and 5 on the same system - qmake binary name priority

2013-03-11 Thread Marcus D. Hanwell
On Mon, Mar 11, 2013 at 12:45 PM, Brad King brad.k...@kitware.com wrote: On 03/11/2013 12:34 PM, Clinton Stimpson wrote: I fixed a few bugs with that patch, and it is now merged with next. Great, thanks for taking care of this. I verified that next finds the correct qmake for me too, thanks

[cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-03 Thread Marcus D. Hanwell
Hi, I was updating my machine earlier today, and wanted to build the latest CMake master (00ef90). I am using Arch Linux with Qt 4 and Qt 5 installed. If I compile with qmake-qt4 then I see the following compile failure, [ 88%] Generating qrc_CMakeSetup.cpp /bin/sh: //bin/rcc: No such file or

Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-04 Thread Marcus D. Hanwell
On Thu, Apr 4, 2013 at 6:36 AM, Stephen Kelly steve...@gmail.com wrote: Stephen Kelly wrote: Marcus D. Hanwell wrote: Hi, I was updating my machine earlier today, and wanted to build the latest CMake master (00ef90). I am using Arch Linux with Qt 4 and Qt 5 installed. If I compile

Re: [cmake-developers] CMake master, Qt dialog and Qt4/5 installed has problems

2013-04-08 Thread Marcus D. Hanwell
On Mon, Apr 8, 2013 at 10:04 AM, Brad King brad.k...@kitware.com wrote: On 04/07/2013 06:29 AM, Stephen Kelly wrote: Brad King wrote: http://open.cdash.org/viewBuildError.php?buildid=2865930 because there is no //bin/moc. Interesting. Can you say more about what happens? The point of the

[cmake-developers] DeployQt5/generalizing DeployQt4 for Qt5

2014-02-16 Thread Marcus D. Hanwell
Hi, Is anyone working on, or have, a DeployQt5 or a generalized DeployQt4? We use it in our packaging process, and it is one of the last things I need to switch to Qt 5. If not, I was going to take a look at this, and see what I can put together. Thanks, Marcus -- Powered by www.kitware.com

Re: [cmake-developers] DeployQt5/generalizing DeployQt4 for Qt5

2014-02-16 Thread Marcus D. Hanwell
On Sun, Feb 16, 2014 at 4:30 PM, Stephen Kelly steve...@gmail.com wrote: Marcus D. Hanwell wrote: Hi, Is anyone working on, or have, a DeployQt5 or a generalized DeployQt4? We use it in our packaging process, and it is one of the last things I need to switch to Qt 5. If not, I was going

Re: [cmake-developers] DeployQt5/generalizing DeployQt4 for Qt5

2014-02-17 Thread Marcus D. Hanwell
On Sun, Feb 16, 2014 at 6:57 PM, Stephen Kelly steve...@gmail.com wrote: Marcus D. Hanwell wrote: On Sun, Feb 16, 2014 at 4:30 PM, Stephen Kelly steve...@gmail.com wrote: Marcus D. Hanwell wrote: Hi, Is anyone working on, or have, a DeployQt5 or a generalized DeployQt4? We use it in our

[Cmake-commits] CMake branch, next, updated. v2.8.10.2-2256-g2bb5dd1

2013-02-20 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2bb5dd19d2d2134efd6b0396daee5c462d7a9bed commit 2bb5dd19d2d2134efd6b0396daee5c462d7a9bed Merge: 7487a8f 1e0891e Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Wed Feb 20 22:36:08 2013 -0500 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.2-921-gb319e46

2010-09-24 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=b319e4621ecffc82e9784a8e6a2295403059ecef commit b319e4621ecffc82e9784a8e6a2295403059ecef Merge: e3279af d36c16a Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Fri Sep 24 15:07:07 2010 -0400 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.2-957-g1b0e592

2010-09-28 Thread Marcus D . Hanwell
1a92548 Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Tue Sep 28 18:52:41 2010 -0400 Commit: CMake Topic Stage kwro...@kitware.com CommitDate: Tue Sep 28 18:52:41 2010 -0400 Merge topic 'xcode_source_group_fix_7932' into next 1a92548 Revert previous commit

[Cmake-commits] CMake branch, next, updated. v2.8.2-1087-g4887a43

2010-10-19 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4887a4328cf7f965f10b1f9f0baecceffd0cad8c commit 4887a4328cf7f965f10b1f9f0baecceffd0cad8c Merge: cea559d 1f369a7 Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Tue Oct 19 14:55:02 2010 -0400 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.2-1094-g0d0b39d

2010-10-22 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0d0b39dec91fae1187047e672ed12ef0659925a7 commit 0d0b39dec91fae1187047e672ed12ef0659925a7 Merge: ee0ef5b beeca11 Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Fri Oct 22 11:19:26 2010 -0400 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.3-612-g2adf433

2010-11-13 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2adf43362641b98c82bdd7c1a057f03e84d5125f commit 2adf43362641b98c82bdd7c1a057f03e84d5125f Merge: fc13fef 74e49aa Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Sat Nov 13 09:04:36 2010 -0500 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.3-806-gc9c1272

2010-12-11 Thread Marcus D . Hanwell
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c9c1272a165b5e7f081746b975881b404d888586 commit c9c1272a165b5e7f081746b975881b404d888586 Merge: 9323fed b316087 Author: Marcus D. Hanwell marcus.hanw...@kitware.com

[Cmake-commits] CMake branch, next, updated. v2.8.3-829-g37929fe

2010-12-13 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=37929fe34bdd226e05c78aa00a0f90a8d360fe4b commit 37929fe34bdd226e05c78aa00a0f90a8d360fe4b Merge: 1f70d7a 3bc828d Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Mon Dec 13 12:52:44 2010 -0500 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.3-834-g1306474

2010-12-13 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1306474331ecf15bc048a4d0aff53f4f6ac4632d commit 1306474331ecf15bc048a4d0aff53f4f6ac4632d Merge: a3f94a4 ce01321 Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Mon Dec 13 13:27:21 2010 -0500 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.3-1277-gef64b45

2011-01-10 Thread Marcus D . Hanwell
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ef64b450fa34b95d31bb0110901362af31c2c765 commit ef64b450fa34b95d31bb0110901362af31c2c765 Merge: 5477047 9c43e61 Author: Marcus D. Hanwell marcus.hanw...@kitware.com

[Cmake-commits] CMake branch, next, updated. v2.8.3-1395-gbbd7597

2011-01-17 Thread Marcus D . Hanwell
- http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bbd7597e74c7cfbfb11d3651d9b635941aa3af74 commit bbd7597e74c7cfbfb11d3651d9b635941aa3af74 Merge: 3961ca3 23635ff Author: Marcus D. Hanwell marcus.hanw...@kitware.com AuthorDate: Mon Jan 17 15:32:19 2011 -0500 Commit: CMake

[Cmake-commits] CMake branch, next, updated. v2.8.5-1918-g33e1a63

2011-09-19 Thread Marcus D . Hanwell
, below. - Log - http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=33e1a63ca1084abf76939f8a4a6bf112d69abcde commit 33e1a63ca1084abf76939f8a4a6bf112d69abcde Merge: beb2cd7 2d1acfe Author: Marcus D. Hanwell marcus.hanw...@kitware.com

[cmake-developers] Adding source files not built by targets to CMake project

2015-11-20 Thread Marcus D. Hanwell
Hi, As far as I know this is not possible, but I would love for someone to point out the CMake invocation I missed. More and more we use a mixture of languages in projects, such as in VTK where we have Python wrapping, and tomviz where we have a number of algorithms implemented in Python (and I

Re: [cmake-developers] Adding source files not built by targets to CMake project

2015-11-20 Thread Marcus D. Hanwell
On Fri, Nov 20, 2015 at 10:46 AM, Nils Gladitz <nilsglad...@gmail.com> wrote: > On 11/20/2015 04:43 PM, Marcus D. Hanwell wrote: >> >> I would like to see these files listed in Qt Creator (or insert your >> IDE of choice here). Is there anyway to do this, knowing that t

[Cmake-commits] CMake branch, next, updated. v3.7.0-rc2-866-g23378e8

2016-11-01 Thread Marcus D . Hanwell
ow. - Log - https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=23378e88aca447aacce995fb6433cb25ba958c9a commit 23378e88aca447aacce995fb6433cb25ba958c9a Merge: e0af67b ecc74c4 Author: Marcus D. Hanwell <marcus.hanw...@kitware.com> AuthorDate: Tue Nov 1 13:41:25 2016 -0400 C