From 19de8b47b1fe4b87b06bc6b89f5ee9697870a0ad Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Thu, 27 Mar 2025 23:05:15 +0100 Subject: [PATCH] cmake: Remove version from Python libxml2mod.so This shouldn't be necessary and matches the Autotools build. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c23fe75f..f15095ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")