Skip to content

Commit 0910a41

Browse files
committed
cmake: fix missing spacing in log message
Follow-up to e89491e curl#15337 Closes curl#15411
1 parent aafc074 commit 0910a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/PickyWarnings.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,5 @@ endif()
254254
if(_picky)
255255
string(REPLACE ";" " " _picky "${_picky}")
256256
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${_picky}")
257-
message(STATUS "Picky compiler options:${_picky}")
257+
message(STATUS "Picky compiler options: ${_picky}")
258258
endif()

0 commit comments

Comments
 (0)