[cmake-developers] CMake Find modules out of the CMake tree

2015-09-30 Thread Tuukka Pasanen
Hello, I've been using successfully CMake for years and one can find almost Find-functions for everything (SDL2 for example) from dark corners net but then comes the question. Is there any project that tracks down these out of tree modules and makes them easily install because now I have to

Re: [cmake-developers] [Patch] Adding Windows 10 support

2015-09-30 Thread Gilles Khouzam
Hi Brad, I've changed the code of the 3rd patch to remove the WINDOWS_TARGET_PLATFORM_VERSION and CMAKE_WINDOWS_TARGET_PLATFORM_VERSION and simply use the SystemVersion to determine the version of the Windows 10 SDK to use. Now, by default on Windows 10 host devices with Visual Studio 2015,

Re: [cmake-developers] CMake Find modules out of the CMake tree

2015-09-30 Thread Tuukka Pasanen
Hello, As said there ain't official Cmake for SDL2-family and several other. I don't believe we are experts of most of them but just wondering should there be some kind common effort to provide some of them in same place and try to push them upstream projects? Sincerely, Tuukka 30.09.2015,

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-30 Thread Brad King
On 09/28/2015 03:20 PM, Brad King wrote: > for now we should look at turning off all language standard and > compile feature support for SolarisStudio when not hosted on Linux. Done here: Features: Disable support for Oracle SolarisStudio on non-Linux

Re: [cmake-developers] CXX_STANDARD and linking

2015-09-30 Thread CHEVRIER, Marc
Seems OK for me… But my personal situation is even worst now! :) The situation evolved from a buggy support of C++11 on Solaris to no support at all. Do you have any idea (and schedule) for re-introduction of this feature, knowing that the key point is the lack of propagating of c++11 compile

Re: [cmake-developers] CMake Find modules out of the CMake tree

2015-09-30 Thread Brad King
On 09/30/2015 02:34 AM, Tuukka Pasanen wrote: > I've been using successfully CMake for years and one can find almost > Find-functions for everything (SDL2 for example) from dark corners net > but then comes the question. Is there any project that tracks down these > out of tree modules and

Re: [cmake-developers] CMake Find modules out of the CMake tree

2015-09-30 Thread Tamás Kenéz
> but I doubt the non-CMake ones generate SDL2Config.cmake files. neither of them generates, not even the CMake one On Wed, Sep 30, 2015 at 5:11 PM, Ben Boeckel wrote: > On Wed, Sep 30, 2015 at 10:22:47 -0400, Brad King wrote: > > With regard to SDL2, the proper way to

Re: [cmake-developers] CMake Find modules out of the CMake tree

2015-09-30 Thread Ben Boeckel
On Wed, Sep 30, 2015 at 10:22:47 -0400, Brad King wrote: > With regard to SDL2, the proper way to make it find-able with CMake is > for SDL2 to provide a CMake packaging files themselves as part of their > own distribution (since they build with CMake): Just to note, SDL2 also has build systems