remove cryptopp-object from static xlnt

This commit is contained in:
Thomas Fussell 2017-01-02 12:03:22 -05:00
parent ccd2a0eb1e
commit 38cb446e3e

View File

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