summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-11-18 15:15:22 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-11-18 15:15:22 (GMT)
commit4c66a9011baf3c7b42c3b7fa613ce7883a8069d6 (patch)
tree0243172f056170de91647d98d2ff791212f4079f
parent3379365e6b3a4466b3e337c2e159125fb91ad447 (diff)
parent6772913fff10d59b38ccec6c1104008c8a21f7f7 (diff)
downloadCMake-4c66a9011baf3c7b42c3b7fa613ce7883a8069d6.zip
CMake-4c66a9011baf3c7b42c3b7fa613ce7883a8069d6.tar.gz
CMake-4c66a9011baf3c7b42c3b7fa613ce7883a8069d6.tar.bz2
Merge topic 'oracle-implicit-link-dirs'
6772913f SunOS: Remove obsolete Studio compiler library directories
-rw-r--r--Modules/Platform/SunOS.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/Modules/Platform/SunOS.cmake b/Modules/Platform/SunOS.cmake
index 77946f2..58398c0 100644
--- a/Modules/Platform/SunOS.cmake
+++ b/Modules/Platform/SunOS.cmake
@@ -9,12 +9,6 @@ endif()
include(Platform/UnixPaths)
-# Add the compiler's implicit link directories.
-if("${CMAKE_C_COMPILER_ID} ${CMAKE_CXX_COMPILER_ID}" MATCHES SunPro)
- list(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES
- /opt/SUNWspro/lib /opt/SUNWspro/prod/lib /usr/ccs/lib)
-endif()
-
# The Sun linker needs to find transitive shared library dependencies
# in the -L path.
set(CMAKE_LINK_DEPENDENT_LIBRARY_DIRS 1)