mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
remove incorrect link on static build
This commit is contained in:
parent
8362913aa6
commit
ffdf570907
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user