Skip to content

Commit

Permalink
cmake: fix missing spacing in log message
Browse files Browse the repository at this point in the history
Follow-up to e89491e curl#15337
Closes curl#15411
  • Loading branch information
vszakats committed Oct 25, 2024
1 parent aafc074 commit 0910a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/PickyWarnings.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 0910a41

Please sign in to comment.