Re: [CMake] Trouble finding libjpeg package on ubuntu

2017-05-29 Thread Aaron Boxer
Damn!!! Unix is case sensitive. find_package(JPEG) works. On Sun, May 28, 2017 at 9:37 PM, Aaron Boxer wrote: > Hello, > I would like cmake to find the libjpeg installation on my ubuntu system. > > I have the > > find_package(jpeg) line in my cmake file, and this works on

Re: [CMake] Trouble finding libjpeg package on ubuntu

2017-05-29 Thread Michele Portolan
Did you install the dev version of the library? Michele On 29/05/17 03:37, Aaron Boxer wrote: Hello, I would like cmake to find the libjpeg installation on my ubuntu system. I have the find_package(jpeg) line in my cmake file, and this works on windows, but on Ubuntu with libjpeg-turbo

[CMake] Trouble finding libjpeg package on ubuntu

2017-05-28 Thread Aaron Boxer
Hello, I would like cmake to find the libjpeg installation on my ubuntu system. I have the find_package(jpeg) line in my cmake file, and this works on windows, but on Ubuntu with libjpeg-turbo installed, it can't find it. Here is a list of the install directories for the libjpeg-turbo8-dev