Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Pedro Vicente
Hi Alan some progress I removed the PRIVATE keyword from if(NON_TRANSITIVE) target_link_libraries(plplotqt PRIVATE plplot ${MATH_LIB}) and those errors went away However, now I get this one -- Found unsuitable Qt version "5.5.1" from I:/qt-win32-msvc2015/bin/qmake.exe I do not find

Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Alan W. Irwin
On 2016-10-12 09:03-0400 Pedro Vicente wrote: > Hi Alan > > yes, that was what I did, a clone of the git master from > > > https://sourceforge.net/p/plplot/plplot/ci/master/tree/ > > I'll try again later today Hi Pedro: I have put this discussion back on the plplot-devel list since I assume

Re: [Plplot-devel] cmake error Qt build

2016-10-12 Thread Alan W. Irwin
On 2016-10-12 20:14-0400 Pedro Vicente wrote: > Hi Alan > > some progress > > I removed the PRIVATE keyword from > > if(NON_TRANSITIVE) > target_link_libraries(plplotqt PRIVATE plplot ${MATH_LIB}) > > > and those errors went away Hi Pedro: Glad you found that workaround. > > However, now I