Skip to content

Commit

Permalink
Return to main vcpkg repo now that Qt 6.8.1 has been merged
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 14, 2024
1 parent 4cd5cc7 commit fd68802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# CMake settings
cmake_minimum_required(VERSION 3.19)

set(VCPKG_TAG ca5f8ea7937cd83c332549d896324f851e9f40e7)
set(VCPKG_TAG 19847ac3d8cad7599e96bd531f9bc1f0ebae6131)

set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/src/qml/imports CACHE PATH "QML import path for Qt Creator to detect custom modules properly")

Expand Down
2 changes: 1 addition & 1 deletion cmake/VcpkgToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(NOT VCPKG_TAG STREQUAL VCPKG_INSTALLED_VERSION)
message(STATUS "Updating vcpkg")
include(FetchContent)
FetchContent_Declare(vcpkg
GIT_REPOSITORY https://github.com/Neumann-A/vcpkg.git
GIT_REPOSITORY https://github.com/microsoft/vcpkg.git
GIT_TAG ${VCPKG_TAG}
)
FetchContent_MakeAvailable(vcpkg)
Expand Down

0 comments on commit fd68802

Please sign in to comment.