On Thursday 14 April 2011, Michael Hertling wrote:
> On 04/13/2011 08:52 PM, Alexander Neundorf wrote:
> > On Tuesday 12 April 2011, Michael Hertling wrote:
> >> On 04/11/2011 11:10 PM, David Aiken wrote:
> >>> That didn't work for me.. I've got it simplified down to:
> >>> SET(CMAKE_SKIP_RPATH TRU
Hi,
I just converted my project to use CMake2.6 to generate Visual Studio 2008
solutions and projects. It works great!
However, is there any CMake command or option, which can automatically bind
the generated solution to Team Foundation Server source control?
Thanks very much,
Rong
Hi
I had not seen a reply to your question and I thought I give my $0.02.
I'm fairly new to CMake and I've run into this problem as well.
The only solution I came up with was calling find_package(HDF5 ... *)
again if it fails the first time. On my project, I search for HDF5 using
find_packag
On 04/14/2011 12:44 PM, J.S. van Bethlehem wrote:
> Dear users,
>
> As a new user CMake I've come across some things I don't fully
> understand yet. Here is such a thing:
> when I build documentation, I want to run some files from a 'demo'
> subdirectory and create output - suppose the (binary)
Michael Wild wrote:
On 04/14/2011 12:46 PM, J.S. van Bethlehem wrote:
Dear users,
As a new user CMake I've come across some things I don't fully
understand yet. Here is such a thing:
When a library consists of multiple separate lib-files, from the
archives it seems that the way to go when wr
On 04/14/2011 12:47 PM, J.S. van Bethlehem wrote:
> Dear users,
>
> As a new user CMake I've come across some things I don't fully
> understand yet. Here is such a thing: when using cmake -E is there a
> way to pass multiple files at once when using 'remove' or
> 'remove_directory', ie something
On 04/14/2011 12:46 PM, J.S. van Bethlehem wrote:
> Dear users,
>
> As a new user CMake I've come across some things I don't fully
> understand yet. Here is such a thing:
> When a library consists of multiple separate lib-files, from the
> archives it seems that the way to go when writing a 'Find'
Dear users,
As a new user CMake I've come across some things I don't fully
understand yet. Here is such a thing:
when using cmake -E is there a way to pass multiple files at once when
using 'remove' or 'remove_directory', ie something like:
cmake -E remove file1 file2 file3
(well... that synta
Dear users,
As a new user CMake I've come across some things I don't fully
understand yet. Here is such a thing:
When a library consists of multiple separate lib-files, from the
archives it seems that the way to go when writing a 'Find'-module for
such a library, say library LIB, is first find
Dear users,
As a new user CMake I've come across some things I don't fully
understand yet. Here is such a thing:
when I build documentation, I want to run some files from a 'demo'
subdirectory and create output - suppose the (binary) file is called
'func1_demo', then in my old Makefiles I use
On Thu, 14 Apr 2011 05:57:34 +0200, Michael Hertling
wrote:
> On 04/12/2011 04:36 PM, Tomasz Grobelny wrote:
>> Somewhat hackish (especially this \$\(firstword \$\(MAKEFILE_LIST\)\)
>
> Hackish, ugly, non-portable and absolutely inadvisable. ;-)
>
>> part). I've just come up with another solutio
On 04/14/2011 09:31 AM, Gabriele Greco wrote:
>
> You're right about the explicit listing, but you should do the copying
> using configure_file(... COPYONLY). And don't even think about using
> file(GLOB) and friends, that's usually the wrong approach.
>
>
> The problem is that those
>
>
> You're right about the explicit listing, but you should do the copying
> using configure_file(... COPYONLY). And don't even think about using
> file(GLOB) and friends, that's usually the wrong approach.
>
>
The problem is that those files can be modified by the user and in that case
obviously
13 matches
Mail list logo