Merge topic 'hpux-required-runtime-path-10571'

11a917d HP-UX: Always add /usr/lib to rpath (#10571)
This commit is contained in:
Brad King 2010-09-08 11:08:13 -04:00 committed by CMake Topic Stage
commit 048c905f05
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
SET(CMAKE_PLATFORM_REQUIRED_RUNTIME_PATH /usr/lib)
SET(CMAKE_SHARED_LIBRARY_SUFFIX ".sl") # .so
SET(CMAKE_DL_LIBS "dld")
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".sl" ".so" ".a")