Hi Alan, Phil,
-Original Message-
From: Alan W. Irwin
Sent: 13 July 2019 21:15
To: Phil Rosenberg
Cc: PLplot development list
Subject: Re: [Plplot-devel] CMake problem with hyphen in path
On 2019-07-13 08:05- Phil Rosenberg wrote:
> Hi Alan
> You may be right.
>
On 2019-07-13 08:05- Phil Rosenberg wrote:
Hi Alan
You may be right.
I tried commenting out the offending regex replace, which meant cmake finished
with no issues. But, when I tried to compile I found I had a similar problem
with header files. I couldn't actually find the offending code th
Hi Alan
You may be right.
I tried commenting out the offending regex replace, which meant cmake finished
with no issues. But, when I tried to compile I found I had a similar problem
with header files. I couldn't actually find the offending code that is causing
that problem. I tried adding some q
On 2019-07-13 00:35+0100 Phil Rosenberg wrote:
There are no .pc files. I'm building on native windows with visual
studio (not with Cygwin or MSYS2) so there is no pkg-config. All
libraries get found with the findXXX.cmake modules. In this case it is
shapelib and wxwidgets libraries.
On windows
cmake_link_flagsHi Alan
There are no .pc files. I'm building on native windows with visual
studio (not with Cygwin or MSYS2) so there is no pkg-config. All
libraries get found with the findXXX.cmake modules. In this case it is
shapelib and wxwidgets libraries.
On windows CMake basically hunts in c
Oops, I sent this to the wrong list so I am correcting that now.
On 2019-07-12 05:05-0700 Alan W. Irwin wrote:
I am virtually positive pkg-config has a way (likely with quotes) to
properly distinguish between these two cases, but I am going to have
to find what that is and adjust the above pars