Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Martin O'Brien
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 be

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Avanindra Singh
org [mailto:cmake-boun...@cmake.org] On Behalf > Of > Eric Noulard > Sent: Saturday, January 08, 2011 11:35 AM > To: Avanindra Singh > Cc: CMake mailing list > Subject: Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC > > 2011/1/8 Avanindra Singh : > > Hi

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Martin O'Brien
- From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Eric Noulard Sent: Saturday, January 08, 2011 11:35 AM To: Avanindra Singh Cc: CMake mailing list Subject: Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC 2011/1/8 Avanindra Singh : > Hi Eric, > Th

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Eric Noulard
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

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread John Drescher
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

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread 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 still getting the same errors.I would

Re: [CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread Eric Noulard
> 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 >                     

[CMake] Fwd: TARGET_LINK_LIBRARIES not working for MSVC

2011-01-08 Thread John Drescher
-- 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