2015-01-15 1:25 GMT+01:00 David Thompson :
> Hi Bob,
>
> You can see what platforms CMake is tested on here:
>
> https://open.cdash.org/index.php?project=CMake
>
> We just don't distribute binary packages on all of those platforms.
>
> David
>
>> On Jan 14, 2015, at 5:43 PM, Bob Mosleh Sa
Hi all,
I have a very simple CMakeLists.txt – am using cmake 3.1 to be able to easily
request C++ 11 – it works fine on ubuntu but not on MacOS with Xcode 6 and
command line tools installed:
$ cat CMakeLists.txt
cmake_minimum_required(VERSION 3.1)
project("Test1" C CXX)
# We need C++ 11
set(C
Hi Bob,
You can see what platforms CMake is tested on here:
https://open.cdash.org/index.php?project=CMake
We just don't distribute binary packages on all of those platforms.
David
> On Jan 14, 2015, at 5:43 PM, Bob Mosleh Sadri
> wrote:
>
> Hi experts
> We are planning to use a n
Hi experts
We are planning to use a new build system for our c++ code. We build
for Windows, Linux, AIX, Solaris and HP. I would like to know if cmake
is a good option for us. When I look at the cmake.org download page, I
can see only support for Windows and Linux. Where can I get download
Nils
Marvellous. Just what I needed. Works like a charm. and only 5 minutes between
posting my question and getting the answer.
Many thanks indeed
JB
From: Nils Gladitz [mailto:nilsglad...@gmail.com]
Sent: 14 January 2015 13:17
To: Biddiscombe, John A.; cmake@cmake.org
Subject: Re: [CMake] e
On 14.01.2015 13:11, Biddiscombe, John A. wrote:
file(WRITE “stuff containing above string”)
the file is written with "$" inside it,
and not the full path/name of the target as I’d hoped.
Is there a way to force the evaluation of the generator expression so
it is correctly written out int
Hello list
I've got some test scripts which are called with test names and such like and I
am using cmake expansion of vars to get from this
"$"
to
"$"
which is correct. But unfortunately, when I use
file(WRITE "stuff containing above string")
the file is written with "$" inside it, and n
On 13/01/15 18:18, leemachine wrote:
> Hello all,
>
> I am using CMAKE 2.8.7:
>
> My question is I have a project that looks for dependencies (libraries and
> headers) in both the source tree (*CMAKE_SOURCE_DIR* and
> *CMAKE_CURRENT_SOURCE_DIR* as well as the *CMAKE_INSTALL_PREFIX*. The issue
> I