From: Hazen B. <hba...@ma...> - 2016-01-22 14:24:24
|
On 01/22/2016 02:42 AM, Alan W. Irwin wrote: > I had success with a build of PLplot against Qt5 some time ago. But I > am pretty > sure that predated May 2015 when "git blame" tells me I introduced > that PRIVATE keyword in bindings/qt_gui/CMakeLists.txt. So I would > try locally removing PRIVATE from the offending line in > bindings/qt_gui/CMakeLists.txt. That might introduce some > overlinking issues, but I don't think you have to be concerned with > those. Hi Alan, Greg, Removing the PRIVATE keyword solved the problem, thanks! > > Also, please follow the advice in the first two lines of cmake.txt, > namely > > -- WARNING: CMAKE_VERSION = 3.2.2 is in the range from 3.2 through 3.3.1 > which has > a compromised find ability that was fixed in 3.3.2. Please upgrade > to 3.3.2 or greater. This was not necessary so I'm just going to stay with my current version of cmake for the time being. -Hazen |