Skip to content

Commit

Permalink
PythonQt package: use the correct release and Git tag values.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 18, 2019
1 parent 0c5f9e6 commit 598f250
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plugins/thirdParty/PythonQt/CMakeLists.txt
Expand Up @@ -9,18 +9,14 @@ set(PACKAGE_VERSION 3.2.2)

set(PACKAGE_REPOSITORY pythonqt)

# Release tag of our packaged library

set(RELEASE_TAG opencor-v3.2.2)

# Version of our library

set(MAJOR_LIBRARY_VERSION 3)
set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.2.0)

# Git tag for our library

set(GIT_TAG OpenCOR-0.7)
set(GIT_TAG v3.2.2)

# Specify where our local package will be installed

Expand Down

0 comments on commit 598f250

Please sign in to comment.