common: CMakeLists.txt fix typo in logging when lib curl is not found

This commit is contained in:
Pierrick HYMBERT 2024-03-16 18:34:36 +01:00
parent 124c474bba
commit 064dc076bb

View file

@ -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 ()