Re: [CMake] Multiple exports for a target installation

2019-06-24 Thread Shoaib Meenai
Thank you for the detailed explanation! That’s really helpful and gives me a much better sense of how to think about and structure this :) From: Craig Scott Date: Saturday, June 22, 2019 at 12:18 AM To: Shoaib Meenai Cc: "cmake@cmake.org" Subject: Re: [CMake] Multiple exports for a target inst

Re: [CMake] cmake on MinGW64; which generator

2019-06-24 Thread Alan W. Irwin
On 2019-06-24 07:39-0600 Christopher Webster wrote: Thank you Benjamin, that [install and use mingw-w64-x86_64-cmake in the mingw64 shell] fixed it. I was happy to hear that Benjamin solved this first issue for you. Just to follow up on what he said, I confirm the good PLplot results for the

[CMake] Statically linking with MFC VS2019

2019-06-24 Thread Tadej Panjtar
Hello! In CMakeLists.txt i have: set(CMAKE_MFC_FLAG 1) add_executable(executable WIN32 sources...) When i open the solution, there is in general properties of executable there is wrong set "Use of MFC": "Use Standard Windows Libraries" instead of "Use MFC in a Static Library" What else should i

Re: [CMake] cmake on MinGW64; which generator

2019-06-24 Thread Volker Enderlein
Am 24.06.2019 um 16:42 schrieb Christopher Webster: On 6/24/19 8:03 AM, Volker Enderlein wrote: Am 24.06.2019 um 15:39 schrieb Christopher Webster: Hi Christopher, did you followed the instructions from https://bitbucket.org/Coin3D/coin/wiki/BuildWithCMake and cloned the repo, e.g. ran hg clon

Re: [CMake] cmake on MinGW64; which generator

2019-06-24 Thread Christopher Webster
On 6/24/19 8:03 AM, Volker Enderlein wrote: > Am 24.06.2019 um 15:39 schrieb Christopher Webster: > > Hi Christopher, > > did you followed the instructions from > https://bitbucket.org/Coin3D/coin/wiki/BuildWithCMake > and cloned the repo, e.g. ran hg clone > https://bitbucket.org/Coin3D/coin coin

Re: [CMake] cmake on MinGW64; which generator

2019-06-24 Thread Volker Enderlein
Am 24.06.2019 um 15:39 schrieb Christopher Webster: Hi Christopher, did you followed the instructions from https://bitbucket.org/Coin3D/coin/wiki/BuildWithCMake and cloned the repo, e.g. ran hg clone https://bitbucket.org/Coin3D/coin coin ? As coin uses subrepositories the Download the compr

Re: [CMake] cmake on MinGW64; which generator

2019-06-24 Thread Christopher Webster
Thank you Benjamin, that fixed it.  Now to figure out the cpack.d error. Is there a way to search the archives?  I had looked through the last several months of threads, but that is not practical for searching back a over a year Chris On 6/23/19 11:46 PM, Benjamin Eikel wrote: > Dear Christophe

Re: [CMake] getting compiler's include paths

2019-06-24 Thread Robert Maynard
It look that starting with CMake 3.6 modification of system headers will cause CMake to recompile projects. What version of CMake and your compiler are you using? On Mon, Jun 17, 2019 at 9:40 AM jl forums wrote: > > Hi, > I want to create a full tag file and for this require to know the compiler

Re: [CMake] How to support separate debug and release build directories?

2019-06-24 Thread David Aldrich
> > David, > > I think a bit more explanation of the philosophy (at least how I > interpret it) is needed. I see in your emails that you are “targeting > makefiles”. With CMake you need to really stop thinking this way. Rarely do > you need to target any specific build system (although those ti