Skip to content

Commit

Permalink
Build: Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cursey committed Jul 20, 2022
1 parent 68a5ce2 commit 37351a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set(VCPKG_TARGET_TRIPLET x64-windows-static)
if(CMKR_ROOT_PROJECT AND NOT CMKR_DISABLE_VCPKG)
include(FetchContent)
message(STATUS "Fetching vcpkg...")
FetchContent_Declare(vcpkg URL "https://github.com/microsoft/vcpkg/archive/refs/tags/2022.01.01.tar.gz")
FetchContent_Declare(vcpkg URL "https://github.com/microsoft/vcpkg/archive/refs/tags/2022.06.15.tar.gz")
FetchContent_MakeAvailable(vcpkg)
include("${vcpkg_SOURCE_DIR}/scripts/buildsystems/vcpkg.cmake")
endif()
Expand Down

0 comments on commit 37351a6

Please sign in to comment.