Re: [cmake-developers] Fixing bug #12506 (iOS install)

2015-08-13 Thread Ruslan Baratov via cmake-developers
On 13-Aug-15 08:46, Gregor Jasny wrote: Hi, On 13/08/15 01:44, Ruslan Baratov via cmake-developers wrote: Sending patches with fix. Now it's possible to install simulator libraries by: cmake --build _builds --config Release --target install -- -sdk iphonesimulator and device libraries by:

[cmake-developers] [PATCH] add support for ARTOS platform

2015-08-13 Thread Kars de Jong
Hello everyone, The attached patches add support for the ARTOS platform (a real time operating system developed by Locamation) to CMake. GNU-DetermineCompiler.cmake: support very old versions of GCC Add support for ARTOS platform Modules/Compiler/GNU-DetermineCompiler.cmake | 4 ++-

Re: [cmake-developers] Setting up environment using ExternalProject_Add

2015-08-13 Thread Brad King
On 08/12/2015 08:06 PM, James Johnston wrote: http://www.cmake.org/Bug/view.php?id=15653 I'll explore that option some more, after the feature you linked to is addressed. Currently no one is looking at addressing it. If you want to work on it, take a look at the PERMISSIONS option of the

Re: [cmake-developers] [PATCH] Imported OpenSSL

2015-08-13 Thread Konstantin Podsvirov
Hello, Brad! Again OpenSSL :-) Topic branch (for reference) http://git.podsvirov.pro/?p=kitware/cmake.git;a=shortlog;h=refs/heads/topic-imported-openssl 11.08.2015, 22:35, Gregor Jasny gja...@googlemail.com: On 07/08/15 13:22, Konstantin Podsvirov wrote: Hi developers and experts OpenSSL! I

Re: [cmake-developers] Generator expressions for archive|library|runtime output directory

2015-08-13 Thread Brad King
On 08/11/2015 01:51 PM, Robert Goulet wrote: Here's the updated patch for OUTPUT_DIRECTORY supporting genex. Thanks. Applied with a few tweaks: cmTarget: Detect and diagnose recursion in GetOutputInfo http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e36a05fd Add generator expression

Re: [cmake-developers] Generator expressions for archive|library|runtime output directory

2015-08-13 Thread Robert Goulet
Awesome! Thanks Brad. I will now look into the OUTPUT_NAME recursion issue. Cheers! -Original Message- From: Brad King [mailto:brad.k...@kitware.com] Sent: Thursday, August 13, 2015 10:33 AM To: Robert Goulet robert.gou...@autodesk.com Cc: cmake-developers@cmake.org Subject: Re:

Re: [cmake-developers] [PATCH] add support for ARTOS platform

2015-08-13 Thread Brad King
On 08/13/2015 08:24 AM, Kars de Jong wrote: GNU-DetermineCompiler.cmake: support very old versions of GCC Applied, thanks: GNU-DetermineCompiler: Add support for very old versions of GCC http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6699834d Add support for ARTOS platform Thanks

[cmake-developers] [patch] Support for Boost 1.59

2015-08-13 Thread Roger Leigh
The attached patch adds Boost 1.59.0/1.59 to the list of supported versions in the FindBoost module. Tested on: Ubuntu 14.04 and Windows with VS2013 with Boost 1.59.0. Regards, Roger From 0419a7bd7f1da27bcbf9eaba424fda99cc030867 Mon Sep 17 00:00:00 2001 From: Roger Leigh rle...@codelibre.net

[cmake-developers] [CMake 0015696]: cpack preinstall of subdirectory regression in 3.3

2015-08-13 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15696 == Reported By:Clinton Stimpson Assigned To:

[cmake-developers] [Patch] Add option --no-return-code

2015-08-13 Thread A. Klitzing
Hi there, I like to add the option --no-return-code to ctest. We use ctest on Jenkins in a shell build step. Jenkins will FAIL the build if the last command (ctest) will return a non-zero return code even the configured UNSTABLE/FAIL threshold is not reached. The only work-around is to call

[cmake-developers] [ANNOUNCE] CMake 3.3.1 available for download

2015-08-13 Thread Robert Maynard
We are pleased to announce that CMake 3.3.1 is now available for download. Please use the latest release from our download page: http://www.cmake.org/download/ Thanks for your support! - Changes in 3.3.1 since 3.3.0: Ben

[cmake-developers] Making kwsys a proper library

2015-08-13 Thread Orion Poplawski
There is concern in Fedora that the kwsys code has become too large to be an acceptable copylib. However, as cmake is constructed at the moment it would be a huge undertaking for the Fedora packagers (mostly me) to remove it downstream. So I'm asking if there is any support upstream for

Re: [cmake-developers] [patch] Support debug libraries for TIFF and Xerces-C libraries

2015-08-13 Thread rleigh
On 08/07/2015 09:59 AM, rle...@codelibre.net wrote: Please find attached two patches which allow these libraries to detect debug versions of the libraries on Windows. I copied the behaviour from the PNG module as suggested on #cmake. Thanks. Here are some comments: +if(NOT TIFF_LIBRARY)