fix missing parentheses

This commit is contained in:
Riccardo Spagni 2014-10-06 15:01:00 +02:00
parent cee87473ad
commit 8c00098c75

View file

@ -86,7 +86,7 @@ IF(UNBOUND_INCLUDE_DIR)
ELSE()
MESSAGE(FATAL_ERROR "${BoldRed}Found libunbound includes, but could not find libunbound library. Please make sure you have installed libunbound or libunbound-dev or the equivalent${ColourReset}")
ENDIF()
ELSE
ELSE()
if(STATIC)
message(STATUS "Using libunbound from local source tree for static build")
else()