Explorar el Código

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

Alexander Neundorf hace 18 años
padre
commit
6e2cd41138
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Modules/Platform/UnixPaths.cmake

+ 1 - 0
Modules/Platform/UnixPaths.cmake

@@ -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}