From af91488611478e3adcce0367c9daf578ed6057e6 Mon Sep 17 00:00:00 2001 From: rti Date: Thu, 3 Jun 2010 09:46:12 +0200 Subject: [PATCH] Changed: #956 hardcoded linking to expat for now --- code/ryzom/client/src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/ryzom/client/src/CMakeLists.txt b/code/ryzom/client/src/CMakeLists.txt index 1fe48c39f..763433c9a 100644 --- a/code/ryzom/client/src/CMakeLists.txt +++ b/code/ryzom/client/src/CMakeLists.txt @@ -87,7 +87,8 @@ TARGET_LINK_LIBRARIES(client ${PLATFORM_LINKFLAGS} ${LIBWWW_LIBRARY} ${Boost_LIBRARIES} seven_zip - luabind) + luabind # TODO: find luabind and expat cleanly using a find script + expat) IF(NOT WITH_COCOA) TARGET_LINK_LIBRARIES(client ${X11_LIBRARIES})