mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
cmake: we have 2011 and more white space changes, won't call it "use tabs" ;)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37175 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
707eeb22fb
commit
51558fbf23
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user