1 include(Platform/UnixPaths)
3 # The Sun linker needs to find transitive shared library dependencies
5 set(CMAKE_LINK_DEPENDENT_LIBRARY_DIRS 1)
7 # Shared libraries with no builtin soname may not be linked safely by
8 # specifying the file path.
9 set(CMAKE_PLATFORM_USES_PATH_WHEN_NO_SONAME 1)