common: CMakeLists.txt fix typo in logging when lib curl is not found
This commit is contained in:
parent
124c474bba
commit
064dc076bb
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ if (CURL_FOUND)
|
|||
include_directories(${CURL_INCLUDE_DIRS})
|
||||
link_libraries(${CURL_LIBRARIES})
|
||||
else()
|
||||
message(INFO "libcurl not found. Building without model download support.")
|
||||
message(INFO " libcurl not found. Building without model download support.")
|
||||
endif ()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue