Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client

This commit is contained in:
kervala 2010-11-02 12:36:14 +01:00
parent 823d26cc9f
commit c95c01ce4d

View file

@ -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)