[Vxl-users] Re: [Cmake] VXL/cmake cygwin build: link line -l option order
Amitha Perera
perera at cs.rpi.edu
Fri May 10 10:43:44 EDT 2002
> Can you confirm that the latest CVS version of cmake does eliminate
> duplicate "-l" options? It sure seemed to me to be doing that, but
> I am not 100% sure.
It shouldn't. The way it is written, the link line supplied by the
user is never changed. Dependendent libraries may be added if they are
missing, but no library will be removed, nor the original link order
changed.
At least, that's how it should be. I'm looking at link lines now to
determine if the implementation matches expectation.
Amitha.
More information about the CMake
mailing list