From 6bf51ab03a066f8cf37a061ceb8d5c12bd6ea88d Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Fri, 25 Mar 2022 14:33:39 -0600 Subject: CMake: Give some extra space to info_cfg_option WITH_PYTHON_INSTALL_ZSTANDARD was too long and didn't align very well compared to the other items in the list. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c7b1558fe2d..ca457ab6b37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1974,7 +1974,7 @@ if(FIRST_RUN) set(_msg " - ${_setting}") string(LENGTH "${_msg}" _len) - while("32" GREATER "${_len}") + while("36" GREATER "${_len}") string(APPEND _msg " ") math(EXPR _len "${_len} + 1") endwhile() -- cgit v1.2.3