Skip to content
Snippets Groups Projects
Commit 2a8c2af4 authored by Chuck Atkins's avatar Chuck Atkins
Browse files

SunOS: Move solaris-specific paths to the solaris platform

parent 7eb1f5b7
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,11 @@ endif()
include(Platform/UnixPaths)
list(APPEND CMAKE_SYSTEM_PREFIX_PATH
/opt/csw
/opt/openwin
)
# The Sun linker needs to find transitive shared library dependencies
# in the -L path.
set(CMAKE_LINK_DEPENDENT_LIBRARY_DIRS 1)
......
......@@ -45,9 +45,7 @@ endif()
list(APPEND CMAKE_SYSTEM_PREFIX_PATH
/usr/X11R6
/usr/pkg
/opt/csw
/opt
/opt/openwin
)
# List common include file locations not under the common prefixes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment