Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jun 21, 2021
1 parent 1f15cf0 commit ff7ec42
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/CellMLAPI/CMakeLists.txt
Expand Up @@ -38,7 +38,7 @@ set(VACSS_LIBRARY_VERSION 1.13)

set(GIT_TAG 1.12)

# Package repository and release tags
# Package repository and release tag

set(PACKAGE_REPOSITORY cellml-api)
set(RELEASE_TAG 1.12)
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/Python/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ set(PACKAGE_VERSION 3.7.5)

set(GIT_TAG opencor-3.7.5)

# Package repository tag
# Package repository

set(PACKAGE_REPOSITORY python)

Expand Down
6 changes: 3 additions & 3 deletions src/plugins/thirdParty/PythonPackages/CMakeLists.txt
Expand Up @@ -5,14 +5,14 @@ project(PythonPackagesPlugin)
set(PACKAGE_NAME PythonPackages)
set(PACKAGE_VERSION ${PYTHON_VERSION})

# Package repository and release tags
# Package repository and release tag

set(PACKAGE_REPOSITORY python)

# Git tags of Python package installers

set(PIP_GIT_TAG "19.2.3")
set(SETUPTOOLS_GIT_TAG "v41.2.0")
set(PIP_GIT_TAG 19.2.3)
set(SETUPTOOLS_GIT_TAG v41.2.0)

# Version of our different Python packages

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libBioSignalML/CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ set(TYPEDOBJECT_LIBRARY_VERSION ${MAJOR_TYPEDOBJECT_LIBRARY_VERSION}.1)
set(GIT_TAG_BIOSIGNALML v0.8.4)
set(GIT_TAG_TYPEDOBJECT v1.1.2)

# Package repository and release tags
# Package repository and release tag

set(PACKAGE_REPOSITORY libbiosignalml)
set(RELEASE_TAG v0.8.4)
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libNuML/CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.1.4)

set(GIT_TAG v1.1.4)

# Package repository tag
# Package repository

set(PACKAGE_REPOSITORY NuML)

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libSBML/CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.19.0)

set(GIT_TAG v5.19.0)

# Package repository tag
# Package repository

set(PACKAGE_REPOSITORY libsbml)

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/thirdParty/libSEDML/CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ set(LIBRARY_VERSION ${MAJOR_LIBRARY_VERSION}.4.4)

set(GIT_TAG 0.4.4)

# Package repository tag
# Package repository

set(PACKAGE_REPOSITORY libSEDML)

Expand Down

0 comments on commit ff7ec42

Please sign in to comment.