Build for Python 2.7 and 3.7 on AppVeyor

This commit is contained in:
Oliver Hamlet
2018-12-13 17:20:57 +00:00
parent 61a74b6984
commit 6579eb5178
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ else()
set(CPACK_GENERATOR "TXZ")
endif()
set(CPACK_PACKAGE_VERSION ${GIT_DESCRIBE_STRING})
set(CPACK_PACKAGE_VERSION "${GIT_DESCRIBE_STRING}-python$ENV{PYTHON_VERSION}")
set(CPACK_PACKAGE_DIRECTORY "${CMAKE_BINARY_DIR}/package")
include(CPack)