From c95c01ce4d032e6befdc9820099c425b6b69ac5c Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 2 Nov 2010 12:36:14 +0100 Subject: [PATCH] Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client --- code/CMakeModules/CheckDepends.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/CMakeModules/CheckDepends.cmake b/code/CMakeModules/CheckDepends.cmake index f0ef05367..5b304f981 100644 --- a/code/CMakeModules/CheckDepends.cmake +++ b/code/CMakeModules/CheckDepends.cmake @@ -130,7 +130,7 @@ MACRO(LINK_DEPENDS LIBRARIES MYLIBRARY OTHERLIBRARY SYMBOL) MESSAGE(STATUS "Linking with ${${OTHERLIBRARY}}") SET(${LIBRARIES} ${${LIBRARIES}} ${${OTHERLIBRARY}}) ENDIF(MUST_LINK) - IF(LIBRARY_FOUND) - SET(${OTHERLIBRARY}_LINKED TRUE) - ENDIF(LIBRARY_FOUND) +# IF(LIBRARY_FOUND) +# SET(${OTHERLIBRARY}_LINKED TRUE) +# ENDIF(LIBRARY_FOUND) ENDMACRO(LINK_DEPENDS)