BUG: if /opt/lib and /opt/csw/lib are searched for libs, then /opt/include

and /opt/csw/include should also be searched for headers (according to
google they also exist)

Alex
This commit is contained in:
Alexander Neundorf 2007-04-30 10:57:32 -04:00
parent f14993a78e
commit 6e2cd41138
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ SET(CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_SYSTEM_INCLUDE_PATH}
# Other
/opt/local/include /usr/pkg/include
/opt/csw/include /opt/include
)
SET(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH}