]> https://gitweb.dealii.org/ - dealii.git/commitdiff
CMake: print newline when vectorization is disabled. 16470/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 14 Jan 2024 03:16:14 +0000 (22:16 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sun, 14 Jan 2024 03:16:14 +0000 (22:16 -0500)
cmake/setup_write_config.cmake

index 57faec68097ead29cb5ac707cc754e66731c0d09..942d7dbd3dc205bd94b03bba2576200ab2a8349d 100644 (file)
@@ -104,6 +104,8 @@ endif()
 if(NOT "${_instructions}" STREQUAL "")
   to_string(_string ${_instructions})
   _both(" (${_string})\n")
+else()
+  _both("\n")
 endif()
 
 if(CMAKE_CROSSCOMPILING)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.