From: Timo Heister <timo.heister@gmail.com>
Date: Sun, 14 Jan 2024 03:16:14 +0000 (-0500)
Subject: CMake: print newline when vectorization is disabled.
X-Git-Tag: relicensing~160^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603bd7e67feb91e5e786ca8a33888ff6995515ac;p=dealii.git

CMake: print newline when vectorization is disabled.
---

diff --git a/cmake/setup_write_config.cmake b/cmake/setup_write_config.cmake
index 57faec6809..942d7dbd3d 100644
--- a/cmake/setup_write_config.cmake
+++ b/cmake/setup_write_config.cmake
@@ -104,6 +104,8 @@ endif()
 if(NOT "${_instructions}" STREQUAL "")
   to_string(_string ${_instructions})
   _both(" (${_string})\n")
+else()
+  _both("\n")
 endif()
 
 if(CMAKE_CROSSCOMPILING)