Re: [CMake] Unlinking a library at run time for an executable

2009-02-27 Thread Philip Lowman
On Fri, Feb 27, 2009 at 4:49 AM, ankit jain wrote: > Hi , > > I have defined a variable for a set of libraries that i want to link with > some executables. > > But with one executble i dont want to use one of the library from the set > of libraries. > > Can i unlink that particular library for th

[CMake] Unlinking a library at run time for an executable

2009-02-27 Thread ankit jain
Hi , I have defined a variable for a set of libraries that i want to link with some executables. But with one executble i dont want to use one of the library from the set of libraries. Can i unlink that particular library for this executable since iam using a variable for all those libraries. E