cmake : separate version string for python package

This commit is contained in:
Georgi Gerganov
2021-02-21 00:55:55 +02:00
parent bf4be2a4f4
commit 311442f01c
4 changed files with 5 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ if (GGWAVE_SUPPORT_PYTHON)
DEPENDS ${GGWAVE_SOURCES}
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/python
COMMAND make publish
COMMENT "Publishing Python module v${PROJECT_VERSION}"
COMMENT "Publishing Python module v${GGWAVE_VERSION_PYTHON}"
VERBATIM
)