Commit: 6bf51ab03a066f8cf37a061ceb8d5c12bd6ea88d
Author: Ray Molenkamp
Date:   Fri Mar 25 14:33:39 2022 -0600
Branches: master
https://developer.blender.org/rB6bf51ab03a066f8cf37a061ceb8d5c12bd6ea88d

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.

===================================================================

M       CMakeLists.txt

===================================================================

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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to