[cmake-developers] [CMake 0014232]: cmake can't find X11 (XQuartz)

Mantis Bug Tracker mantis at public.kitware.com
Wed Jun 19 14:43:11 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14232 
====================================================================== 
Reported By:                Schamschula
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14232
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2013-06-19 14:43 EDT
Last Modified:              2013-06-19 14:43 EDT
====================================================================== 
Summary:                    cmake can't find X11 (XQuartz)
Description: 
As of Mac OS X 10.8, X11 is no longer installed under /usr/X11, but under
/opt/X11

Steps to Reproduce: 
run cmake in any project that requires X11

Additional Information: 
*** /usr/local/share/cmake-2.8/Modules/FindX11.cmake.orig	2013-06-19
13:39:31.000000000 -0500
--- /usr/local/share/cmake-2.8/Modules/FindX11.cmake	2013-06-19
13:39:40.000000000 -0500
***************
*** 69,72 ****
--- 69,73 ----
      /usr/openwin/share/include
      /opt/graphics/OpenGL/include
+     /opt/X11/include
    )
  
***************
*** 76,79 ****
--- 77,81 ----
      /usr/X11R7/lib
      /usr/openwin/lib
+     /opt/X11/lib
    )

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-06-19 14:43 Schamschula    New Issue                                    
======================================================================




More information about the cmake-developers mailing list