Skip to content

Commit

Permalink
Merge pull request #16470 from tjhei/cmake-print-newline-novec
Browse files Browse the repository at this point in the history
CMake: print newline when vectorization is disabled.
  • Loading branch information
tjhei committed Jan 15, 2024
2 parents ded657d + 603bd7e commit 4c1077b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/setup_write_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ endif()
if(NOT "${_instructions}" STREQUAL "")
to_string(_string ${_instructions})
_both(" (${_string})\n")
else()
_both("\n")
endif()

if(CMAKE_CROSSCOMPILING)
Expand Down

0 comments on commit 4c1077b

Please sign in to comment.