remove incorrect link on static build

This commit is contained in:
Thomas Fussell 2017-01-02 18:19:24 -05:00
parent 8362913aa6
commit ffdf570907

View File

@ -146,7 +146,7 @@ if(NOT STATIC)
)
endif()
else()
add_library(xlnt STATIC ${XLNT_HEADERS} ${XLNT_SOURCES} xlnt.third-party)
add_library(xlnt STATIC ${XLNT_HEADERS} ${XLNT_SOURCES})
target_compile_definitions(xlnt PUBLIC XLNT_STATIC=1)
if(MSVC)