Re: [CMake] cmake install script

2017-05-29 Thread Craig Scott
Try the tarball rather than the self-extracting script. The contents are the same, but the tarball won't require a license acceptance. On Tue, May 30, 2017 at 5:26 AM, tonka tonka wrote: > Hey@everybody, > > I have a little problem with the cmake installer script on Ubuntu. I need > the latest

[CMake] cmake install script

2017-05-29 Thread tonka tonka
Hey@everybody, I have a little problem with the cmake installer script on Ubuntu. I need the latest cmake,so that's the only way. The script works fine but now I want to automate the cmake install on my ci server, but the license accept prompt block me. The default answer is no, so the script abor

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 windows, but on > Ub

[CMake] Fwd: Re: Trouble finding libjpeg package on ubuntu

2017-05-29 Thread Aaron Boxer
-- Forwarded message -- From: "Aaron Boxer" Date: May 29, 2017 6:42 AM Subject: Re: [CMake] Trouble finding libjpeg package on ubuntu To: "Michele Portolan" Cc: Yes, installed dev version. On May 29, 2017 2:57 AM, "Michele Portolan" wrote: > Did you install the dev version of

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 in