Re: [cmake-developers] Can we please require TR1 to build CMake?

2017-04-25 Thread Daniel Pfeifer
On Mon, Jan 9, 2017 at 8:30 PM, Brad King wrote: > On 01/09/2017 05:46 AM, Daniel Pfeifer wrote: > > start using TR1/C++11 library features, namely std::function, std::bind, > > std::placeholders, std::shared_ptr, std::make_shared. > > I'd love to be able to start using

Re: [cmake-developers] Patch: Don't emit warning when config file not found

2017-04-25 Thread Christoph GrĂ¼ninger
Hi Brad, please find attached a first attempt to implement OPTIONAL for find_package. It is supposed to suppress all warnings and indicate the negative result by a single line of output. Unfortunately, I still get a warning and I could figure out how to simply print a message without the warning.

Re: [cmake-developers] Nighly build of CMake release branch available?

2017-04-25 Thread Brad King
On 04/25/2017 10:32 AM, Gregor Jasny via cmake-developers wrote: > I wonder if a nightly (or on-demand) build of the CMake release branch > is available somewhere as it is for the master branch. That would help > me testing those snapshots within our companies projects. No, we don't currently

[cmake-developers] Nighly build of CMake release branch available?

2017-04-25 Thread Gregor Jasny via cmake-developers
Hello, I wonder if a nightly (or on-demand) build of the CMake release branch is available somewhere as it is for the master branch. That would help me testing those snapshots within our companies projects. Thanks, Gregor -- Powered by www.kitware.com Please keep messages on-topic and

Re: [cmake-developers] Trouble with FindPNG module

2017-04-25 Thread Robert Dailey
To give you some context, this is an Ubuntu 14 installation for hosting our Atlassian Bamboo build server. We use it to build a 32-bit application. The OS itself is 64-bit, but our app does not compile 64 bit (code is too crappy). So I had to make sure to be careful that I'm using the correct

Re: [cmake-developers] On-going UseSWIG troubles with the official versions --SOLVED

2017-04-25 Thread Brad King
On 04/25/2017 04:08 AM, Alan W. Irwin wrote: > set PREFIX to "" for all languages not specifically covered by the if > and elseif blocks. Do you mean ``` diff --git a/Modules/UseSWIG.cmake b/Modules/UseSWIG.cmake index 277f4ca28a..bfe1a6f754 100644 --- a/Modules/UseSWIG.cmake +++

Re: [cmake-developers] On-going UseSWIG troubles with the official versions --SOLVED

2017-04-25 Thread Alan W. Irwin
On 2017-04-23 14:26-0700 Alan W. Irwin wrote: [... My] further testing showed the versions of FindSWIG.cmake and UseSWIG.cmake from CMake-3.0.2 has build failures for Java and Lua, and the versions from CMake-3.6.2 and 3.8.0-rc4 have build failures for Java even though none of these "official"