mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Changed: #1152 FindLibwww does not make all needed libs link to ryzom_client
This commit is contained in:
parent
823d26cc9f
commit
c95c01ce4d
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}}")
|
MESSAGE(STATUS "Linking with ${${OTHERLIBRARY}}")
|
||||||
SET(${LIBRARIES} ${${LIBRARIES}} ${${OTHERLIBRARY}})
|
SET(${LIBRARIES} ${${LIBRARIES}} ${${OTHERLIBRARY}})
|
||||||
ENDIF(MUST_LINK)
|
ENDIF(MUST_LINK)
|
||||||
IF(LIBRARY_FOUND)
|
# IF(LIBRARY_FOUND)
|
||||||
SET(${OTHERLIBRARY}_LINKED TRUE)
|
# SET(${OTHERLIBRARY}_LINKED TRUE)
|
||||||
ENDIF(LIBRARY_FOUND)
|
# ENDIF(LIBRARY_FOUND)
|
||||||
ENDMACRO(LINK_DEPENDS)
|
ENDMACRO(LINK_DEPENDS)
|
||||||
|
|
Loading…
Reference in a new issue