Explorar o código

ENH: fix find x11 on the mac

Bill Hoffman %!s(int64=20) %!d(string=hai) anos
pai
achega
d71f723b11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Modules/FindX11.cmake

+ 1 - 1
Modules/FindX11.cmake

@@ -9,7 +9,7 @@ IF (UNIX)
   # X11 is never a framework and some header files may be
   # found in tcl on the mac
   SET(CMAKE_FIND_FRAMEWORK_SAVE ${CMAKE_FIND_FRAMEWORK})
-  SET(CMAKE_FIND_FRAMEWORK NONE)
+  SET(CMAKE_FIND_FRAMEWORK NEVER)
   SET(X11_INC_SEARCH_PATH
     /usr/X11R6/include 
     /usr/local/include