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

2015-08-12 Thread Gregor Jasny via cmake-developers
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 --build _builds --config Releas

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

2015-08-12 Thread James Johnston
> -Original Message- > From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] > On Behalf Of Brad King > Sent: Wednesday, August 12, 2015 14:10 > To: cmake-developers@cmake.org > Subject: Re: [cmake-developers] Setting up environment using > ExternalProject_Add > > On 08/11/201

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

2015-08-12 Thread Ruslan Baratov via cmake-developers
On 07-Aug-15 01:43, Ruslan Baratov via cmake-developers wrote: Hi, I'm thinking about fixing bug http://public.kitware.com/Bug/view.php?id=12506 and before I go deeper in CMake internals just want to ask is there any work-in-progress attempts already or hints/directions of how it can be done?

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

2015-08-12 Thread James Johnston
> -Original Message- > From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] > On Behalf Of David Cole via cmake-developers > Sent: Wednesday, August 12, 2015 15:53 > To: Brad King > Cc: cmake-developers@cmake.org > Subject: Re: [cmake-developers] Setting up environment using >

[cmake-developers] [CMake 0015694]: STRING(LENGTH ...) fails when loading a file larger than 17 KB

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

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

2015-08-12 Thread David Cole via cmake-developers
One thing to consider before embarking on modifying CMake for "required environment" purposes is that it might be just as simple to "force" (or at least strongly encourage) your project developers to use the proper environment for running the whole build. You could, for example, have an initial "e

Re: [cmake-developers] CMAKE_Fortran_STANDARD

2015-08-12 Thread Alin Marin Elena
Thank you Brad, For the moment I need only pure standards without feature selection. I can access probably some of the common compilers and build a list of options gnu, intel, nag and maybe pgi... we are still short of few others. Regards, Alin Without Questions there are no Answers!

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

2015-08-12 Thread Brad King
On 08/11/2015 10:41 AM, James Johnston wrote: > 1. CMake creates a temporary shell script / batch file (the shell chosen > based on the platform CMake compiled for - cmd.exe on Windows, sh on POSIX). I don't think CMake needs to be the one to generate this. The complexity of the file-based or co

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

2015-08-12 Thread Brad King
On 08/11/2015 05:00 PM, Ray Donnelly wrote: > You can see our patch to add MSYS2 support here: > https://github.com/Alexpux/MSYS2-packages/blob/master/cmake/cmake-3.2.3-msys.patch > .. #if defined(__MSYS__) is used and we just set CMAKE_SYSTEM_NAME to > MSYS, not MSYS2. Good start. > If we risk b

Re: [cmake-developers] CMAKE_Fortran_STANDARD

2015-08-12 Thread Brad King
On 08/11/2015 09:44 AM, Alin Marin Elena wrote: > Is possible to add something like CMAKE_Fortran_STANDARD on the same > line with CMAKE_CXX_STANDARD It should be possible. Doing so will require someone with a deep understanding of Fortran standards and the corresponding language level flags acro

Re: [cmake-developers] HP-UX and static link flags for C shared libs

2015-08-12 Thread Brad King
On 08/10/2015 01:24 PM, Brad King wrote: > On 08/10/2015 01:21 PM, Chuck Atkins wrote: >> According to the compiler reference manual, -Wl,-a,default will search >> for shared first, then use static if the shared lib is not present. >> Changing this to -Wl,-a,shared will make the search use shared l

[cmake-developers] [CMake 0015693]: include_directories(BEFORE not following BEFORE option

2015-08-12 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15693 == Reported By:Matt McCormick Assigned To: