mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
cmake: fix missing spacing in log message
Follow-up to e89491e1f0
#15337
Closes #15411
This commit is contained in:
parent
aafc074f87
commit
0910a412a9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user