[cmake-developers] [CMake 0015692]: There should be a generic URL to the docs

2015-08-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15692 == Reported By:Dave Yost Assigned To:

Re: [cmake-developers] [PATCH] CMakeDetermineSystem.cmake distinguishes-MSYS-MINGW32 (was Re: Distinguishing MSYS2

2015-08-11 Thread Greg Jung
> > Am I right in reading that you use both MSYS/mingw.org and > MSYS2/MinGW-w64? Most people are sloppy about terminology so it gets > confusing very easily. Half of the icons on my desktop are different mingw/msys versions :). I've been using msys2/MinGW-w64, in preference, and lately I made

Re: [cmake-developers] [PATCH] CMakeDetermineSystem.cmake distinguishes-MSYS-MINGW32 (was Re: Distinguishing MSYS2

2015-08-11 Thread Ray Donnelly
On Tue, Aug 11, 2015 at 9:09 PM, Greg Jung wrote: > Do note that I am an "observer" or "reporter" and not responsible for the > posix-version cmake in msys2. Ray Donnelly is much closer to that than I > am. > What I can do, though, is bring in the modules (.cmake files) and make sure > the change

Re: [cmake-developers] [PATCH] CMakeDetermineSystem.cmake distinguishes-MSYS-MINGW32 (was Re: Distinguishing MSYS2

2015-08-11 Thread Greg Jung
Do note that I am an "observer" or "reporter" and not responsible for the posix-version cmake in msys2. Ray Donnelly is much closer to that than I am. What I can do, though, is bring in the modules (.cmake files) and make sure the changes (already) effected there can co-exist with a normal MSYS (u

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

2015-08-11 Thread Gregor Jasny via cmake-developers
On 07/08/15 13:22, Konstantin Podsvirov wrote: > Hi developers and experts OpenSSL! > > I added a little boring and dense of code at the end FindOpenSSL.cmake module. > I just want to have imported the OpenSSL library for creating relocatable > packages. > > I created a theme topic-imported-open

[cmake-developers] [CMake 0015691]: BundleUtilities broken on Win10 (MSVC 2015)

2015-08-11 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15691 == Reported By:A. Klitzing Assigned To:

Re: [cmake-developers] Generator expressions for output directory

2015-08-11 Thread Robert Goulet
Here's the updated patch for OUTPUT_DIRECTORY supporting genex. - I fixed the recursion crash issue you mentioned by using the empty entry in the map, as you suggested. - I also implemented your suggestion that we should skip adding the config suffix when using OUTPUT_DIRECTORY without config na

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

2015-08-11 Thread James Johnston
> -Original Message- > From: Brad King [mailto:brad.k...@kitware.com] > Sent: Tuesday, August 11, 2015 13:35 > To: James Johnston > Cc: cmake-developers@cmake.org > Subject: Re: [cmake-developers] Setting up environment using > ExternalProject_Add > > On 08/11/2015 12:49 AM, James Johnston

[cmake-developers] CMAKE_Fortran_STANDARD

2015-08-11 Thread Alin Marin Elena
Hi, Is possible to add something like CMAKE_Fortran_STANDARD on the same line with CMAKE_CXX_STANDARD Regards, Alin Without Questions there are no Answers! __ Dr. Alin Marin ELENA http://alin.elena.space/ _

Re: [cmake-developers] [PATCH] fixup: CTest-side support for compiler version

2015-08-11 Thread Brad King
On 08/11/2015 04:00 AM, Daniel Pfeifer wrote: > Commit a5aa23 added support for reporting a compiler version to CDash > (but with a hardcoded version number: the version of the compiler that > was used to compile CMake). Patch applied, thanks: CTest: Report to CDash the compiler version used to

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

2015-08-11 Thread Brad King
On 08/11/2015 12:49 AM, James Johnston wrote: > CONFIGURE_ENVIRONMENT_COMMAND [snip] > add_custom_command( ENVIRONMENT_COMMAND > COMMAND ${CMAKE_PROGRAM} -GNinja ) A problem with both of these approaches is that on UNIX and in Make the environment does not persist after the c

Re: [cmake-developers] [patch] ExternalProject: Removed implicit hg update on hg clone.

2015-08-11 Thread Brad King
On 08/10/2015 07:13 PM, Klaim - Joël Lamotte wrote: > This patch fixes the observed issue. [snip] > Should I also make a ticket or just posting the patch here is enough? Posting here is enough (and is preferred, thanks). Applied: ExternalProject: Tell "hg clone" not to implicitly update http:/

Re: [cmake-developers] [PATCH] CMakeDetermineSystem.cmake distinguishes-MSYS-MINGW32 (was Re: Distinguishing MSYS2

2015-08-11 Thread Brad King
On 08/10/2015 04:07 PM, Greg Jung wrote: > There is an msys2-specific cmake version already built along those lines, > with several patches in the modules section to parallel the CYGWIN cases, > in the msys2 distribution. It does not have a "MSYS Makefiles" generator > option but uses "Unix genera

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

2015-08-11 Thread Brad King
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)

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

2015-08-11 Thread Brad King
On 08/07/2015 07:22 AM, Konstantin Podsvirov wrote: > I created a theme topic-imported-openssl on my server: > http://git.podsvirov.pro/?p=kitware/cmake.git;a=shortlog;h=refs/heads/topic-imported-openssl Thanks. Please revise the patch to add the IMPORTED_CONFIGURATIONS target property listing th

[cmake-developers] [PATCH] fixup: CTest-side support for compiler version

2015-08-11 Thread Daniel Pfeifer
Commit a5aa23 added support for reporting a compiler version to CDash (but with a hardcoded version number: the version of the compiler that was used to compile CMake). From 594c46c8f25e520d0fad984a4a00c228132cdea1 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Tue, 11 Aug 2015 09:52:51 +0200