Re: [CMake] DLL handling under CMake

2017-05-03 Thread Clément Gregoire
I'd also be interested in this. I saw an old mail in the ML about this, but it seems fixup_bundle is old and cant use generator expressions, making it hard to use (I don't want to hardcode the executable path). Do you have a sample for this ? CMake would really benefit from having those features m

Re: [CMake] linking boost to cmake under OSX 10.12.1 , boost 1.63 , cmake 2017.11

2017-05-03 Thread Michael Ellery
> On May 3, 2017, at 8:20 PM, Sean Wayland wrote: > > Hi all, > > I am very new to cmake and boost. Sorry if my question is basic thanks for > your help in advance. > > I am having trouble linking a project to boost. I am using OSX 10.12.1 > I am using clion 2017.1.1 > > I installed boost

[CMake] linking boost to cmake under OSX 10.12.1 , boost 1.63 , cmake 2017.11

2017-05-03 Thread Sean Wayland
Hi all, I am very new to cmake and boost. Sorry if my question is basic thanks for your help in advance. I am having trouble linking a project to boost. I am using OSX 10.12.1 I am using clion 2017.1.1 I installed boost on my machine using /bootstrap.sh --prefix=/usr/local/boost --with-libraries

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Ayla Khan
That worked - thank you! Do I need to add NSIS manually for Windows installers as well? It looks like CMake finds NSIS without any difficulty but I’d rather be sure. Thanks, Ayla > On May 3, 2017, at 2:56 PM, Robert Maynard wrote: > > You will need to append the productbuild type to you CPAC

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Robert Maynard
You will need to append the productbuild type to you CPACK_GENERATOR so it would look like SET(CPACK_GENERATOR "productbuild;STGZ;TGZ") On Wed, May 3, 2017 at 4:14 PM, Ayla Khan wrote: > Thank you Robert. The CPACK_GENERATOR variable is currently set to > “STGZ;TGZ”. When I installed Xcode, I ma

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Ayla Khan
Thank you Robert. The CPACK_GENERATOR variable is currently set to “STGZ;TGZ”. When I installed Xcode, I made sure using xcode-select that the usual command line tools were installed. I can find productbuild in my PATH, but CPACK_BINARY_PRODUCTBUILD is off in CPackConfig.cmake. Do I need to expl

Re: [CMake] CPack not detecting pkgbuild or product build

2017-05-03 Thread Robert Maynard
Hi Ayla, The packages that are built when executing "make package" is determined by the variable "CPACK_GENERATOR" inside your CPackConfig.cmake ( generally located in the root of your build directory as it is configured ). On Fri, Apr 7, 2017 at 3:44 PM, Ayla Khan wrote: > I’m trying to build

Re: [CMake] Qt Project Generator for Cmake

2017-05-03 Thread Konstantin Tokarev
  03.05.2017, 11:06, "K O ranjith" :I'm using CMake for Qt creator project(in Non-Qt c++ project).In Qt kit->CMake generator I couldn't find a way to generate a Qt project (o CMakeLists.txt which can open as non-Qt project in Qt creator)(But have generator option to other IDE types like to Generate

[CMake] Qt Project Generator for Cmake

2017-05-03 Thread K O ranjith
I'm using CMake for Qt creator project(in Non-Qt c++ project). In Qt kit->CMake generator I couldn't find a way to generate a Qt project (o CMakeLists.txt which can open as non-Qt project in Qt creator) (But have generator option to other IDE types like to Generate Visual studio project) Have any