mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
6c01af4ec1
commit
5332e25384
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ MACRO(FIND_WWW_LIBRARY MYLIBRARY OPTION)
|
||||||
IF(${OPTION} STREQUAL REQUIRED OR WITH_STATIC)
|
IF(${OPTION} STREQUAL REQUIRED OR WITH_STATIC)
|
||||||
SET(LIBWWW_LIBRARIES ${LIBWWW_LIBRARIES} ${${MYLIBRARY}})
|
SET(LIBWWW_LIBRARIES ${LIBWWW_LIBRARIES} ${${MYLIBRARY}})
|
||||||
ENDIF(${OPTION} STREQUAL REQUIRED OR WITH_STATIC)
|
ENDIF(${OPTION} STREQUAL REQUIRED OR WITH_STATIC)
|
||||||
ELSE(${MYIBRARY})
|
ELSE(${MYLIBRARY})
|
||||||
IF(NOT LIBWWW_FIND_QUIETLY)
|
IF(NOT LIBWWW_FIND_QUIETLY)
|
||||||
MESSAGE(STATUS "Warning: Libwww: Library not found: ${MYLIBRARY}")
|
MESSAGE(STATUS "Warning: Libwww: Library not found: ${MYLIBRARY}")
|
||||||
ENDIF(NOT LIBWWW_FIND_QUIETLY)
|
ENDIF(NOT LIBWWW_FIND_QUIETLY)
|
||||||
|
|
Loading…
Reference in a new issue