Skip to content

Commit

Permalink
CMake: print newline when vectorization is disabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Jan 14, 2024
1 parent 9bcd4f8 commit 603bd7e
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 603bd7e

Please sign in to comment.