Re: [Plplot-devel] CMake problem with hyphen in path

2019-07-12 Thread Alan W. Irwin
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

Re: [Plplot-devel] CMake problem with hyphen in path

2019-07-12 Thread Phil Rosenberg
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

[Plplot-devel] CMake problem with hyphen in path

2019-07-12 Thread Alan W. Irwin
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