Browse Source

BUG: Fix '/use/lib' to be '/usr/lib'.

Brad King 20 years ago
parent
commit
a59dd5d4c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Platform/UnixPaths.cmake

+ 1 - 1
Modules/Platform/UnixPaths.cmake

@@ -1,5 +1,5 @@
 SET(CMAKE_SYSTEM_INCLUDE_PATH ${CMAKE_SYSTEM_INCLUDE_PATH} /usr/include  
   /usr/local/include /usr/local /usr/X11R6/include /usr/include/X11)
-SET(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH} /lib /use/lib /usr/local/lib 
+SET(CMAKE_SYSTEM_LIBRARY_PATH ${CMAKE_SYSTEM_LIBRARY_PATH} /lib /usr/lib /usr/local/lib 
   /usr/lib/w32api /usr/X11R6/lib /opt/local/lib /opt/csw/lib /opt/lib )
 SET(CMAKE_SYSTEM_PROGRAM_PATH ${CMAKE_SYSTEM_PROGRAM_PATH} /bin /usr/bin /usr/local/bin /sbin)