Skip to content

Commit 60c886d

Browse files
committed
Change dummy SHA for vcpkg portfile
vcpkg now expects 0 as a dummy argument that will cause it to print the real value that the user should insert as the argument.
1 parent 625eef6 commit 60c886d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake-init/templates/vcpkg/portfile.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ vcpkg_from_github(
88
OUT_SOURCE_PATH SOURCE_PATH
99
REPO <repo>
1010
REF <ref>
11-
SHA512 1
11+
SHA512 0
1212
HEAD_REF master
1313
)
1414

0 commit comments

Comments
 (0)