Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Andrew Fuller
.li...@gmail.com> Sent: April 24, 2017 10:22:53 AM To: Andrew Fuller Cc: CMake Subject: Re: [CMake] Trouble with FindPNG module The output is: x86_64-linux-gnu How can I tell CMake to look for 32-bit libraries? I would like to force this from my toolchain file (which I posted a few minutes ago

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Robert Dailey
t; Since you're on a 64-bit system, I'd expect CMake to be looking for 64-bit >> libraries unless you've told it otherwise. >> >> >> From: CMake <cmake-boun...@cmake.org> on behalf of Robert Dailey >> <rcdailey.li...@gma

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Robert Dailey
make.org> on behalf of Robert Dailey > <rcdailey.li...@gmail.com> > Sent: April 24, 2017 7:54:18 AM > To: CMake; CMake Developers > Subject: Re: [CMake] Trouble with FindPNG module > > Sorry to bump; any info on this? I'm completely blocked :-( > > On Fri, Apr 21, 2017 at 4:48

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Andrew Fuller
org> on behalf of Robert Dailey <rcdailey.li...@gmail.com> Sent: April 24, 2017 7:54:18 AM To: CMake; CMake Developers Subject: Re: [CMake] Trouble with FindPNG module Sorry to bump; any info on this? I'm completely blocked :-( On Fri, Apr 21, 2017 at 4:48 PM, Robert Dailey <rcdailey.

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Robert Dailey
Sorry to bump; any info on this? I'm completely blocked :-( On Fri, Apr 21, 2017 at 4:48 PM, Robert Dailey wrote: > I'm running CMake 3.8.0 on Ubuntu 14. I invoke the following: > > find_package(PNG REQUIRED) > > Which gives me the output in CMake: > > Could NOT find