Whitespace correction

This commit is contained in:
Scott Kostyshak 2013-11-29 21:08:34 -05:00
parent 875e835764
commit 9edb2c5ec9

View File

@ -445,7 +445,7 @@ endif()
if(LYX_SHARED_LIBRARIES)
set(library_type SHARED)
else()
set(library_type STATIC)
set(library_type STATIC)
endif()
if(NOT MSVC)