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
======================================================================
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers