[CMake] SET_TARGET_PROPERTIES question on MacOSX

Hendrik Sattler post at hendrik-sattler.de
Tue Dec 4 17:10:36 EST 2007


Am Dienstag 04 Dezember 2007 schrieb Mike Jackson:
> > 2.1) I'm not sure but I don't think linux is working this way isn't
> > it ?
>
> No. Linux and to some extent windows do not work this way. Then
> again, windows has "DLL Hell" because all the dlls are just put in
> the same directory.

Or in the same directory as the application which always work. Just wastes 
space.

> So what happens when your installer puts version 
> 1 of a library in /usr/local and my installer overwrites your lib
> with version 2?

Nothing because the lib uses correct SONAME versioning ;)

HS



More information about the CMake mailing list