fix missing parentheses

pull/95/head
Riccardo Spagni 10 years ago
parent 59172ee125
commit 75a616fa96
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -86,7 +86,7 @@ IF(UNBOUND_INCLUDE_DIR)
ELSE() 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}") 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() ENDIF()
ELSE ELSE()
if(STATIC) if(STATIC)
message(STATUS "Using libunbound from local source tree for static build") message(STATUS "Using libunbound from local source tree for static build")
else() else()

Loading…
Cancel
Save