diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9e85c2337..0331788fd 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -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 ()