Skip to content

Commit

Permalink
Remove duplicate version set.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 25, 2022
1 parent 02d2c77 commit 3dd8454
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions ports/openmesh/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
set(VERSION 9.0)

# Note: upstream GitLab instance at https://graphics.rwth-aachen.de:9000 often goes down
vcpkg_download_distfile(ARCHIVE
URLS "https://www.openmesh.org/media/Releases/${VERSION}/OpenMesh-${VERSION}.tar.gz"
Expand Down Expand Up @@ -59,5 +57,4 @@ endif()

configure_file("${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake" "${CURRENT_PACKAGES_DIR}/share/OpenMesh/vcpkg-cmake-wrapper.cmake" @ONLY)
file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/OpenMesh")
# Handle copyright
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
2 changes: 1 addition & 1 deletion versions/o-/openmesh.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "a0f56abe9ce0bbab15601b06e14af8e301d612e5",
"git-tree": "9f2b60dff004d2b426dc0872066f651f2db6f55e",
"version": "9.0",
"port-version": 0
},
Expand Down

0 comments on commit 3dd8454

Please sign in to comment.