FindUdns.cmake: fix check for cached paths
This commit is contained in:
parent
93226fc500
commit
33bd02f926
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user