]> git.lyx.org Git - features.git/blobdiff - development/cmake/modules/LyXMacros.cmake
cmake: we have 2011 and more white space changes, won't call it "use tabs" ;)
[features.git] / development / cmake / modules / LyXMacros.cmake
index 1e9dd676925c7f402de323f06358f6afd44e7f2d..e3de37c02ca39330e5e5b5abdbac03f03ceb257c 100644 (file)
@@ -249,9 +249,9 @@ macro(LYX_OPTION _name _description _default _sys)
                endif()
        endif()
        if(_msg)
-               string(SUBSTRING "LYX_${_name}                                                                   " 0 25 _var)
-               string(SUBSTRING "${LYX_${_name}}         " 0 4 _val)
-               message(STATUS "${_var}: ${_val}        (${_description})")
+               string(SUBSTRING "LYX_${_name}                            " 0 25 _var)
+               string(SUBSTRING "${LYX_${_name}}     " 0 4 _val)
+               message(STATUS "${_var}: ${_val}   (${_description})")
        endif()
 endmacro()