Browse Source

Forgotten in the previous commit.

tags/0.6.0
Vsevolod Stakhov 11 years ago
parent
commit
62238026d4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt View File

@@ -328,6 +328,8 @@ IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")
LIST(APPEND CMAKE_REQUIRED_LIBRARIES nsl)
LIST(APPEND CMAKE_REQUIRED_LIBRARIES socket)
LIST(APPEND CMAKE_REQUIRED_LIBRARIES umem)
# Ugly hack, but FindOpenSSL on Solaris does not link with libcrypto
LIST(APPEND CMAKE_REQUIRED_LIBRARIES crypto)
SET(CMAKE_VERBOSE_MAKEFILE ON)
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
SET(CMAKE_INSTALL_RPATH "${PREFIX}/lib")

Loading…
Cancel
Save