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