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:
parent
f14993a78e
commit
6e2cd41138
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue