FindUdns.cmake: fix check for cached paths

This commit is contained in:
Maciej Mrozowski 2016-07-17 03:41:36 +02:00
parent 93226fc500
commit 33bd02f926

View File

@ -13,7 +13,7 @@
# http://www.boost.org/LICENSE_1_0.txt)
if (UDN_LIBRARIES AND UDN_INCLUDE_DIRS)
if (UDNS_LIBRARIES AND UDNS_INCLUDE_DIRS)
# in cache already
set(UDNS_FOUND TRUE)
else ()