Author: kuemmel
Date: Tue Jan 11 00:28:52 2011
New Revision: 37175
URL: http://www.lyx.org/trac/changeset/37175
Log:
cmake: we have 2011 and more white space changes, won't call it "use tabs" ;)
Modified:
lyx-devel/trunk/development/cmake/modules/LyXMacros.cmake
Modified: lyx-devel/trunk/development/cmake/modules/LyXMacros.cmake
==============================================================================
--- lyx-devel/trunk/development/cmake/modules/LyXMacros.cmake Tue Jan 11
00:24:00 2011 (r37174)
+++ lyx-devel/trunk/development/cmake/modules/LyXMacros.cmake Tue Jan 11
00:28:52 2011 (r37175)
@@ -249,9 +249,9 @@
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()