Re: [CMake] To include external libraries using Cmake

2017-01-13 Thread James Sutherland
I found this solution helpful: https://crascit.com/2015/07/25/cmake-gtest It is unfortunate that CMake doesn't have a proper way to accomplish this. --James On Thu, Jan 5, 2017 at 12:21 PM, Matthew Woehlke < matthew.woeh...@kitware.com> wrote: > On 2017-01-05 05:10, aishwarya selvaraj wrote:

Re: [CMake] ExternalProject_Add

2017-01-13 Thread James Sutherland
I found this solution helpful: https://crascit.com/2015/07/25/cmake-gtest It is unfortunate that CMake doesn't have a proper way to accomplish this. --James On Sun, Jan 8, 2017 at 10:07 PM, Hendrik Sattler wrote: > One possibility is the often mentioned superbuild,

Re: [CMake] bug in boost library discovery?

2013-11-14 Thread James Sutherland
Sorry to pester people - I was just hoping that someone could confirm that they see this issue and/or suggest a fix...? James On Thu, Nov 7, 2013 at 11:00 AM, James Sutherland james.sutherl...@utah.edu wrote: Hello fellow cmake enthusiasts. Beginning with a recent CMake update

[CMake] bug in boost library discovery?

2013-11-07 Thread James Sutherland
Hello fellow cmake enthusiasts. Beginning with a recent CMake update, find_package( Boost ... ) seems to be broken. Specifically, if I run ccmake, the first configure (press c) finds the boost libraries, but sets Boost_DIR to Boost_DIR-NOTFOUND. This has been the case for many releases of

Re: [CMake] What's the best cmake continuous integration open source tool?

2013-07-17 Thread James Sutherland
I have been very pleased with Jenkins. I have it building 10 different projects on several platforms. It is quite good at handling multiple build configuations as well as project dependencies. Coming from buildbot (yuck), Jenkins is really nice. James On Tue, Jul 16, 2013 at 2:27 PM,

Re: [CMake] DeployQt4 example

2012-01-05 Thread James Sutherland
On Wed, Jan 4, 2012 at 2:28 AM, noru...@me.com wrote: Does anyone have a working example for the new DeployQt4 module? I was just looking for the same thing and found this: http://mikemcquaid.com/2012/01/deploying-qt-applications-with-deployqt4/ James -- Powered by www.kitware.com Visit

[CMake] problems with DeployQt4 ?

2012-01-05 Thread James Sutherland
I am eager to use DeployQt4 because of the complexity of creating applications. This is a snippet of what I currently have: -- snip if( APPLE ) set(GUI_TYPE MACOSX_BUNDLE) set( app_postfix .app ) set( plugin_dest_dir

Re: [CMake] CMakeEd has been updated

2011-10-20 Thread James Sutherland
...@bluequartz.net BlueQuartz Software Dayton, Ohio On Oct 19, 2011, at 6:18 PM, James Sutherland wrote: When updating I get this error: No repository found at http://cmakeed.sourceforge.net/updates On Wed, Oct 19, 2011 at 2:38 PM, Michael Jackson mike.jack

Re: [CMake] CMakeEd has been updated

2011-10-19 Thread James Sutherland
When updating I get this error: No repository found at http://cmakeed.sourceforge.net/updates On Wed, Oct 19, 2011 at 2:38 PM, Michael Jackson mike.jack...@bluequartz.net wrote: After a very long hiatus at updating the CMakeEd Eclipse plugin I have finally updated it to coincide with

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-31 Thread James Sutherland
On Sat, Jul 30, 2011 at 1:45 PM, Clinton Stimpson clin...@elemtech.comwrote: On Jul 29, 2011, at 10:58 AM, James Sutherland wrote: I have the following in my CMakeLists.txt: install( DIRECTORY ${QT_PLUGINS_DIR}/imageformats DESTINATION ${plugin_dest_dir}/plugins COMPONENT

Re: [CMake] CMake QT4 toolbar icons disappear

2011-07-29 Thread James Sutherland
. Clint - Reply message - From: James Sutherland james.sutherl...@utah.edu Date: Thu, Jul 28, 2011 8:01 pm Subject: [CMake] CMake QT4 toolbar icons disappear To: cmake cmake@cmake.org I have a QT4 application that I am building via CMake. In the build directory where the local

[CMake] CMake QT4 toolbar icons disappear

2011-07-28 Thread James Sutherland
I have a QT4 application that I am building via CMake. In the build directory where the local application is built, it works fine. In the install directory, that application is missing all toolbar icons when it runs (but is otherwise functional). Any ideas what could be causing this? It must