[cmake-developers] [CMake 0015228]: Compiler identification fails with -DCMAKE_SYSTEM_NAME=WindowsStore

2014-10-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15228 == Reported By:Remi Assigned To: ===

[cmake-developers] Help enabling libssh2 in cmake

2014-10-29 Thread Jameson Merkow
Hello, I am working on adding libssh2 support into cmake (specifically the curl code). Most of the ground work was previously done so most of what I had to use was add cmake support. I'm having some issues still. So, I've added the option for libssh2, its find_package call, and defined the option

Re: [cmake-developers] cmake-gui icons

2014-10-29 Thread Ben Boeckel
On Mon, Oct 27, 2014 at 11:59:09 -0600, Orion Poplawski wrote: > Fedora is pushing to have higher resolution icons for the applications. There > already is CMakeSetup128.png, but these would need to get installed into the > proper /usr/share/icons/ hierarchy and named appropriately for the correct

Re: [cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

2014-10-29 Thread Brad King
On 10/28/2014 04:28 PM, Ruslan Baratov wrote: > What do you think about this: Thanks for drafting the signature. > file( > LOCK > [DIRECTORY] # if present locked file will be /cmake.lock > (instead of ) > [RELEASE] # do explicit unlock > [GUARD ] # if not present - set to `G

Re: [cmake-developers] [PATCHv3] Tests: Run Tutorial steps 1-4 as tests for Windows CE

2014-10-29 Thread Brad King
On 10/29/2014 09:27 AM, Pascal Bach wrote: > --- > Tests/CMakeLists.txt | 53 > +- > 1 file changed, 52 insertions(+), 1 deletion(-) Applied, thanks: Tests: Run Tutorial steps 1-4 as tests for Windows CE http://cmake.org/gitweb?p=cmake.git;a=c

Re: [cmake-developers] ExternalProject CMAKE_ARGS and CMAKE_CACHE_ARGS arguments

2014-10-29 Thread Brad King
On 10/28/2014 03:20 PM, Daniele E. Domenichelli wrote: > Done, thanks. Good. In the updated docs for CMAKE_ARGS, CMAKE_CACHE_ARGS, and CMAKE_CACHE_DEFAULT_ARGS, the intro line now needs a period. The new RunCMake.ExternalProject test looks good. However, it does not verify that the external pro

[cmake-developers] [PATCHv3] Tests: Run Tutorial steps 1-4 as tests for Windows CE

2014-10-29 Thread Pascal Bach
--- Tests/CMakeLists.txt | 53 +- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index e1e90a1..60b50f8 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1781,6 +1781,27 @@ $

Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-29 Thread Guillaume Papin
Great, Happy to contribute to CMake. - Guillaume From: Chuck Atkins [chuck.atk...@kitware.com] Sent: 26 October 2014 05:18 To: Guillaume Papin Cc: cmake-developers@cmake.org Subject: Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-comp

Re: [cmake-developers] FindBoost.cmake cannot find some libraries when cross-compiling

2014-10-29 Thread Chuck Atkins
Merged: c752f8f165e9b8db7bc645cc55301277cd7773be Merge topic 'find-boost-no-reroot' - Chuck On Sun, Oct 26, 2014 at 12:18 AM, Chuck Atkins wrote: > Guillaume, > > Nice patch! Good detail in the commit message. I make a few minor tweaks > for typos and tense, but other than that, it's good.

[cmake-developers] [CMake 0015227]: Add Search path for AUTOUIC

2014-10-29 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15227 == Reported By:Christian Ehrlicher Assigned To: