Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Andrew Fuller
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) On Mon, Apr 24, 2017 at 10:16 AM, Andrew Fuller wr

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Robert Dailey
d expect CMake to be looking for 64-bit >> libraries unless you've told it otherwise. >> >> >> From: CMake on behalf of Robert Dailey >> >> Sent: April 24, 2017 7:54:18 AM >> To: CMake; CMake Developers >> Subject:

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Robert Dailey
t; 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 > wrote: >> I'm running CMake 3.8.

Re: [CMake] Trouble with FindPNG module

2017-04-24 Thread Andrew Fuller
alf of Robert Dailey 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 wrote: > I'm running CMake 3.8.0 on

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 PNG (missing: PNG_LIBRARY) (f

[CMake] Trouble with FindPNG module

2017-04-21 Thread Robert Dailey
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 PNG (missing: PNG_LIBRARY) (found version "1.2.50") The CMakeCache.txt file has these variables set: PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND