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
> -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
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?
> -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
>
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15694
==
Reported By:Scott
Assigned To:
=
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
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!
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
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
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
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
The following issue has been SUBMITTED.
==
http://public.kitware.com/Bug/view.php?id=15693
==
Reported By:Matt McCormick
Assigned To:
12 matches
Mail list logo