cmake: export UCHARDET_LIBRARY to the topmost scope

This commit is contained in:
Ilya Tumaykin 2016-03-21 21:17:53 +03:00
parent e7feb35627
commit 7201835c98
No known key found for this signature in database
GPG Key ID: FCF6A8810E836D1C

View File

@ -42,6 +42,8 @@ set(
)
set (UCHARDET_LIBRARY libuchardet)
set (UCHARDET_LIBRARY libuchardet PARENT_SCOPE)
if (BUILD_STATIC AND BUILD_SHARED_LIBS)
set (UCHARDET_STATIC_LIBRARY libuchardet_static)
endif ()