don't link against X11 on OS X
authorDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 01:33:06 +0000 (01:33 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 01:33:06 +0000 (01:33 +0000)
commit16ff710e3765d3e83e64ca3e36fb37ff60589936
tree2c38569ee9910bddba905d265d54b9fff8c2f3f9
parentb9ad8845732c9bb6a151509163961a03befe3de4
don't link against X11 on OS X
the python shared library ended up picking up a link to the OS X
X11R6 libraries because it was linking against the GUI code,
if we let it link mussa will require X11 to be present on the users
system which is not always true for an OS X user.
CMakeLists.txt
alg/CMakeLists.txt
alg/test/CMakeLists.txt
py/CMakeLists.txt
qui/CMakeLists.txt