]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: fix missing spacing in log message
authorViktor Szakats <commit@vsz.me>
Fri, 25 Oct 2024 08:23:02 +0000 (10:23 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 25 Oct 2024 13:04:36 +0000 (15:04 +0200)
Follow-up to e89491e1f015bab8b4050ed73d1cedc17419336f #15337
Closes #15411

CMake/PickyWarnings.cmake

index cdab38e5b32a5445c1f888e15d0d0474e9c1e5ee..de5ae84fc7ff70636116d0d41116b02e548d6a89 100644 (file)
@@ -254,5 +254,5 @@ endif()
 if(_picky)
   string(REPLACE ";" " " _picky "${_picky}")
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${_picky}")
-  message(STATUS "Picky compiler options:${_picky}")
+  message(STATUS "Picky compiler options: ${_picky}")
 endif()