mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client
This commit is contained in:
parent
a3346aee4c
commit
54c314474f
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue