cmake: Remove version from Python libxml2mod.so

This shouldn't be necessary and matches the Autotools build.
This commit is contained in:
Nick Wellnhofer 2025-03-27 23:05:15 +01:00
parent 2dd514078e
commit 19de8b47b1

View File

@ -547,7 +547,6 @@ if(LIBXML2_WITH_PYTHON)
IMPORT_PREFIX lib
OUTPUT_NAME xml2mod
PREFIX lib
VERSION ${PROJECT_VERSION}
)
if (WIN32)
set_target_properties(LibXml2Mod PROPERTIES SUFFIX ".pyd")