On 2010-10-30 13:54+0200 Benjamin King wrote:
Our build is taking ages (almost a three hours on the fastest of our servers)
and it would be really painful if everybody needed to rebuild everything for
himself in the morning.
Aren't you distributing your source code with some tool that preserv
Hi,
On Sat, Oct 30, 2010 at 12:00:03PM -0400, cmake-requ...@cmake.org wrote:
> Message: 1
> Date: Sat, 30 Oct 2010 13:54:23 +0200
> From: Benjamin King
> Subject: [CMake] Converting a large C++-Project to CMake
> To: cmake@cmake.org
> Message-ID: <4ccc076f.6040...@web.de>
> Content-Type: text/pla
Hello,
I'm trying to compile C++ codes with IBM XL compilers.
I enabled Fortran in the main CMakeLists.txt
enable_language (Fortran)
then the default link inserts
-lxlf90 -lxlf -lxlomp_ser
Since my applications use openmp, it is necessary not to link these libraries.
These libraries invalidat
CMake does not provide replacements for all the specific AC_* tests,
although in most cases the functionality can be created with what it
does provide.
I'm having to do a fair bit of this kind of AC_* function re-creation
for Tcl, and had to do a bit for BRL-CAD as well - I imagine as more
autocon
On 2010-10-29 20:50-0700 mina adel wrote:
Hi All
I have an open source code that I use in my project. This open source code
already has Makefile coded for it.
I want to use cmake so that before it compile my project it first call the
cmake of these open source code, which will compile it to .
On Fri, Oct 29, 2010 at 8:57 PM, John Drescher wrote:
> On Fri, Oct 29, 2010 at 8:17 PM, Karl Wallner wrote:
>> Am 30.10.2010 00:45, schrieb John Drescher:
>>> I know its probably too late for 2.8.3 but can someone please look at
>>> the following bug:
>>> http://cmake.org/Bug/view.php?id=11206
>
Hello,
I'm working on a ~1.5Mio LOC C++ project and our buildsystem is a
hodgepodge of handcrafted Makefiles, shell scripts and qmake projects.
I tried to convert a subset to CMake and it looks very promising so far.
One important part of our development workflow is this:
1) User 'nightly' bui
Am Saturday 30 October 2010 schrieb David Cole:
> The CMake 2.8.3 release candidate stream continues!
> You can find the source and binaries here:
> http://www.cmake.org/files/v2.8/?C=M;O=D
What about http://public.kitware.com/Bug/view.php?id=11326. Alex merged it at
http://cmake.org/gitweb?p=cma