don't link against X11 on OS X
[mussa.git] / CMakeLists.txt
index 1cb466b6b69fb270e29c3f8748f8c755d1959f00..54468896dc75815ec1dd57c3d65919720ef572be 100644 (file)
@@ -41,7 +41,6 @@ SET(MAIN_SOURCES
 
 ADD_EXECUTABLE(mussagl WIN32 MACOSX_BUNDLE ${MAIN_SOURCES} )
 
-
 SET(PYTHON_CFLAGS "-DUSE_PYTHON")
 
 # For windows you need to go from library with the most dependencies
@@ -52,7 +51,7 @@ TARGET_LINK_LIBRARIES(mussagl
                         mussa_core
                         ${QT_LIBRARIES}
                         # Including QT_LIBS twice is for dealing with linking dependancies
-                        # related to Qt Assistant Client.
+                        # related to Qt Assistant Client on windows
                         ${QT_LIBRARIES}  
                         ${BOOST_FILESYSTEM_LIBRARY}
                         ${BOOST_SERIALIZATION_LIBRARY}