Quick question here:
I have a couple of libraries here which all need NetCDF, so I was
thinking the cleanest solution would be to write one FindNetCDF.cmake
and use it everywhere. What's the policy of including modules into the
official CMake branch?
Cheers,
Nico
_
Glad I could help.
mm
From: Avanindra Singh [mailto:avanindra.si...@gmail.com]
Sent: Saturday, January 08, 2011 3:45 PM
To: Martin O'Brien
Cc: CMake mailing list
Subject: Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC
Hi Martin,
You are right. I messed up between share
Hi Martin,
You are right. I messed up between shared and static libraries. There is a
jpeg lib, which I was initially building as static lib and linking to the
main project and I don't know why
it was not getting linked. I built it as SHARED lib and the whole project
compiled successfully.
Thank
If you're seeing a 'Librarian' tab instead of a 'Linker' tab, then you're
building a static library, not a dll.
I'm not sure which you are expecting.
Could you post the results of the build? Seeing the actual errors would
help.
mm
-Original Message-
From: cmake-boun...@cmake.org [mail
2011/1/8 Avanindra Singh :
> Hi Eric,
> Thanks for the reply. It was very useful. I incorporated the changes you
> mentioned. I removed all the link_libraries macros
> from the projects. Also I changed camke_minimum_version to 2.6 . I have
> CMake 2.8 in both windows as well as Linux. Though
> I am
On Sat, Jan 8, 2011 at 10:17 AM, Avanindra Singh
wrote:
> Hi Eric,
> Thanks for the reply. It was very useful. I incorporated the changes you
> mentioned. I removed all the link_libraries macros
> from the projects. Also I changed camke_minimum_version to 2.6 . I have
> CMake 2.8 in both windows a
Hi Eric,
Thanks for the reply. It was very useful. I incorporated the changes you
mentioned. I removed all the link_libraries macros
from the projects. Also I changed camke_minimum_version to 2.6 . I have
CMake 2.8 in both windows as well as Linux. Though
I am still getting the same errors.I would
> Hi john,
>
> Thanks for the reply.Multiple TARGET_LINK_LIBRARIES
> did not give any configuration error. Though I removed the WIN32 If
> block, but I am still getting the same linking errors.
> TARGET_LINK_LIBRARIES(hybridnccsurfacecoloring bundler imagelib matrix mathlib
>
Have CPack setup working great on my Qt-based project - fixup_bundle()
is able to find all required Qt libraries, together with needed
plugins, and include them into installer. However, these libraries
and plugin files are not stripped, so the resulting installer file is
rather large, and I'd real
2011/1/8 Avanindra Singh :
> Hi all,
> I have been trying to build a project under MSVC which I generated through
> CMAKE. The same projects compiles correctly without any error in UBUNTU.
> But
> when I build the same project under msvc, I get so many linking errors. From
> the project configurat
-- Forwarded message --
From: Avanindra Singh
Date: Sat, Jan 8, 2011 at 9:31 AM
Subject: Re: [CMake] TARGET_LINK_LIBRARIES not working for MSVC
To: John Drescher
Hi john,
Thanks for the reply.Multiple TARGET_LINK_LIBRARIES
did not give any configuration error. Though I removed
2011/1/8 Tim St. Clair :
> This will be across several *nix platforms,
>
> I tried fakeroot but when I expand it has the euid of the user.
This is odd, by the way which version of CMake are you using?
On my ubuntu 10.04 box with CMake 2.8.3, I get:
A) cpack -G TGZ
leads to a tar+gz archive whose
> TARGET_LINK_LIBRARIES(hybridnccsurfacecoloring bundler imagelib matrix
> mathlib
> 5point libsba libepnp
> sfm libDescriptors f2c minpack lapack ann)
> if(WIN32)
> TARGET_LINK_LIBRARIES(hybridnccsurfacecoloring getopt jpeg)
> endif(WIN32)
>
>
I do no
Hi all,
I have been trying to build a project under MSVC which I generated through
CMAKE. The same projects compiles correctly without any error in UBUNTU.
But
when I build the same project under msvc, I get so many linking errors. From
the project configuration of msvc project I figured it out t
This will be across several *nix platforms,
I tried fakeroot but when I expand it has the euid of the user.
Cheers,
Tim
On Fri, Jan 7, 2011 at 6:33 PM, Eric Noulard wrote:
> 2011/1/7 Tim St. Clair :
>> Is there a way to make all entries in the tar package are owned by
>> root, vs. build user.
>
15 matches
Mail list logo