We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aafc074 commit 0910a41Copy full SHA for 0910a41
CMake/PickyWarnings.cmake
@@ -254,5 +254,5 @@ endif()
254
if(_picky)
255
string(REPLACE ";" " " _picky "${_picky}")
256
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${_picky}")
257
- message(STATUS "Picky compiler options:${_picky}")
+ message(STATUS "Picky compiler options: ${_picky}")
258
endif()
0 commit comments