On Thu, 10 May 2012, Mohammad Mirzadeh wrote:
> Hi,
>
> I have just started using CMake for my projects and have some problems
> getting it do exactly the things I want. So these are couple of questions I
> have:
>
> 1) How can I change the compiler from GNU g++ to my preferred compiler, in
> th
Hi,
If you do:
CC=icc ccmake ../
it will work. Note this is all one line, without a semi-colon.
As for the rest, I'll let somebody else answer.
- Original Message -
From: "Mohammad Mirzadeh"
To: cmake@cmake.org
Sent: Thursday, May 10, 2012 8:21:23 PM
Subject: [CMake] Intel co
Hi,
I have just started using CMake for my projects and have some problems
getting it do exactly the things I want. So these are couple of questions I
have:
1) How can I change the compiler from GNU g++ to my preferred compiler, in
this case intel's icc? I have tried CC=icc; ccmake ../ but that a
How does this work?
% cmake --help-property INTERPROCEDURAL_OPTIMIZATION
cmake version 2.8.8
INTERPROCEDURAL_OPTIMIZATION
Enable interprocedural optimization for targets in a directory.
If set to true, enables interprocedural optimizations if they are
known to be supported
On Thursday 10 May 2012, Mario Bensi wrote:
> I'm not a LZMA maintainer.
>
> I think FindLibLZMA is a good candidate to integrate CMake/Modules like
> FindBZip2 or FindZLib.
Yes, I think so too.
Alex
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.
I'm not a LZMA maintainer.
I think FindLibLZMA is a good candidate to integrate CMake/Modules like
FindBZip2 or FindZLib.
Mario
On Wednesday, May 09, 2012 01:18:46 PM David Cole wrote:
> Also, rather than adding yet-another-find-module to CMake, would it
> instead be possible to add a LZMAConfi
Hi Eike,
The new version of FindLibLZMA.cmake all changes
Mario
On Wednesday, May 09, 2012 10:00:10 AM Rolf Eike Beer wrote:
> > Hi Eike,
> >
> > here a new version with the version support
>
> Looks good. Just a small nitpicks:
>
> -you should document also the LIBLZMA_VERSION_{MAJOR,MINOR,P
Hi all,
we're using cmake to generate Intel Fortran .vfproj files and some of
my developers were asking why include directories in the project
always include X and X/ for every directory X specified
via include_directories(). Looking at cmake source code, the lines
responsible seem to be 829-837 o