Skip to content

Commit

Permalink
Merge pull request #321 from microsoft/mastermain
Browse files Browse the repository at this point in the history
Rename primary branch from master to main
  • Loading branch information
abeltrano authored Jul 22, 2024
2 parents 18230aa + 25bf470 commit 34955f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/vcpkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(VCPKG_PORT_FILE_OUT ${CMAKE_CURRENT_LIST_DIR}/ports/netremote/portfile.cmake
set(VCPKG_PORT_FILE_IN ${VCPKG_PORT_FILE_OUT}.in)

# Configure variables to be substituted in the vcpkg portfile.
set(GIT_REF_HEAD master)
set(GIT_REF_HEAD main)
set(GIT_REF v${CMAKE_PROJECT_VERSION})
set(GIT_REF_URL ${CMAKE_PROJECT_HOMEPAGE_URL}/archive/refs/tags/${GIT_REF}.tar.gz)

Expand Down

0 comments on commit 34955f2

Please sign in to comment.