[Cmake-commits] CMake branch, master, updated. v3.8.1-1338-g3ed14cb

2017-05-29 Thread Kitware Robot
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
   via  3ed14cb3ac03e7df53b9f9f987d5180e74dc2b64 (commit)
  from  e75ac5aa03934d259adf5d9300c24539161131af (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3ed14cb3ac03e7df53b9f9f987d5180e74dc2b64
commit 3ed14cb3ac03e7df53b9f9f987d5180e74dc2b64
Author: Kitware Robot <kwro...@kitware.com>
AuthorDate: Tue May 30 00:01:04 2017 -0400
Commit: Kitware Robot <kwro...@kitware.com>
CommitDate: Tue May 30 00:01:04 2017 -0400

CMake Nightly Date Stamp

diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake
index 510911d..ea98a62 100644
--- a/Source/CMakeVersion.cmake
+++ b/Source/CMakeVersion.cmake
@@ -1,5 +1,5 @@
 # CMake version number components.
 set(CMake_VERSION_MAJOR 3)
 set(CMake_VERSION_MINOR 8)
-set(CMake_VERSION_PATCH 20170529)
+set(CMake_VERSION_PATCH 20170530)
 #set(CMake_VERSION_RC 1)

---

Summary of changes:
 Source/CMakeVersion.cmake |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake
___
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/mailman/listinfo/cmake-commits


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,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 abort.
> Does anybody know how I can automatically accept the license?
>
> Greetings
> Tonka
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more
> information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/cmake
>



-- 
Craig Scott
Melbourne, Australia
https://crascit.com
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

[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 abort.
Does anybody know how I can automatically accept the license?

Greetings
Tonka
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

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
> Ubuntu with libjpeg-turbo installed, it can't find it.
>
> Here is a list of the install directories for the libjpeg-turbo8-dev
> package:
>
> /.
> /usr
> /usr/include
> /usr/include/turbojpeg.h
> /usr/include/jerror.h
> /usr/include/x86_64-linux-gnu
> /usr/include/x86_64-linux-gnu/jconfig.h
> /usr/include/jmorecfg.h
> /usr/include/jpegint.h
> /usr/include/jpeglib.h
> /usr/share
> /usr/share/doc
> /usr/share/doc/libjpeg-turbo8-dev
> /usr/share/doc/libjpeg-turbo8-dev/copyright
> /usr/share/doc/libjpeg-turbo8-dev/libjpeg.txt.gz
> /usr/share/doc/libjpeg-turbo8-dev/structure.txt.gz
> /usr/share/doc/libjpeg-turbo8-dev/README.gz
> /usr/share/doc/libjpeg-turbo8-dev/README-turbo.txt.gz
> /usr/lib
> /usr/lib/x86_64-linux-gnu
> /usr/lib/x86_64-linux-gnu/libturbojpeg.a
> /usr/lib/x86_64-linux-gnu/libjpeg.a
> /usr/lib/x86_64-linux-gnu/pkgconfig
>
>
> Any help would be greatly appreciated.
>
> Thanks!
>
> Aaron
>
>
>
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

[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 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 installed, it can't find it.
>
> Here is a list of the install directories for the libjpeg-turbo8-dev
> package:
>
> /.
> /usr
> /usr/include
> /usr/include/turbojpeg.h
> /usr/include/jerror.h
> /usr/include/x86_64-linux-gnu
> /usr/include/x86_64-linux-gnu/jconfig.h
> /usr/include/jmorecfg.h
> /usr/include/jpegint.h
> /usr/include/jpeglib.h
> /usr/share
> /usr/share/doc
> /usr/share/doc/libjpeg-turbo8-dev
> /usr/share/doc/libjpeg-turbo8-dev/copyright
> /usr/share/doc/libjpeg-turbo8-dev/libjpeg.txt.gz
> /usr/share/doc/libjpeg-turbo8-dev/structure.txt.gz
> /usr/share/doc/libjpeg-turbo8-dev/README.gz
> /usr/share/doc/libjpeg-turbo8-dev/README-turbo.txt.gz
> /usr/lib
> /usr/lib/x86_64-linux-gnu
> /usr/lib/x86_64-linux-gnu/libturbojpeg.a
> /usr/lib/x86_64-linux-gnu/libjpeg.a
> /usr/lib/x86_64-linux-gnu/pkgconfig
>
>
> Any help would be greatly appreciated.
>
> Thanks!
>
> Aaron
>
>
>
>
>
>
>
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

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 installed, it can't find it.

Here is a list of the install directories for the libjpeg-turbo8-dev 
package:


/.
/usr
/usr/include
/usr/include/turbojpeg.h
/usr/include/jerror.h
/usr/include/x86_64-linux-gnu
/usr/include/x86_64-linux-gnu/jconfig.h
/usr/include/jmorecfg.h
/usr/include/jpegint.h
/usr/include/jpeglib.h
/usr/share
/usr/share/doc
/usr/share/doc/libjpeg-turbo8-dev
/usr/share/doc/libjpeg-turbo8-dev/copyright
/usr/share/doc/libjpeg-turbo8-dev/libjpeg.txt.gz
/usr/share/doc/libjpeg-turbo8-dev/structure.txt.gz
/usr/share/doc/libjpeg-turbo8-dev/README.gz
/usr/share/doc/libjpeg-turbo8-dev/README-turbo.txt.gz
/usr/lib
/usr/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu/libturbojpeg.a
/usr/lib/x86_64-linux-gnu/libjpeg.a
/usr/lib/x86_64-linux-gnu/pkgconfig


Any help would be greatly appreciated.

Thanks!

Aaron







-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake