mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
fix missing parentheses
This commit is contained in:
parent
cee87473ad
commit
8c00098c75
1 changed files with 1 additions and 1 deletions
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
|
@ -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…
Reference in a new issue