]> git.lyx.org Git - features.git/commitdiff
cmake: we have 2011 and more white space changes, won't call it "use tabs" ;)
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 10 Jan 2011 23:28:52 +0000 (23:28 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 10 Jan 2011 23:28:52 +0000 (23:28 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37175 a592a061-630c-0410-9148-cb99ea01b6c8

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