cmake: FixLibXML2 include

Add default setting for the libraries entry, to satisfy windows builds,
if no libxml2 has been found

Change-Id: I3db026b6b8446eb42c7f30ee63c00a07600948fa
Reviewed-on: https://code.wireshark.org/review/21221
Petri-Dish: Roland Knall <rknall@gmail.com>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
This commit is contained in:
Roland Knall 2017-04-19 12:43:31 +02:00 committed by Roland Knall
parent 84e7855f27
commit 39167ab2c9
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ if(WIN32)
)
mark_as_advanced( LIBXML2_DLL_DIR LIBXML2_DLL )
else()
set( LIBXML2_LIBRARIES )
set( LIBXML2_DLL_DIR )
set( LIBXML2_DLL )
endif()