File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change 1
1
if (NOT TARGET_TRIPLET STREQUAL _HOST_TRIPLET )
2
- message (WARNING "${PORT} is a host-only port; please mark it as a host port in your dependencies." )
2
+ message (
3
+ WARNING
4
+ "${PORT} is a host-only port; please mark it as a host port in your dependencies."
5
+ )
3
6
endif ()
4
7
5
- file (INSTALL
6
- "${CMAKE_CURRENT_LIST_DIR} /vcpkg_cmake_module.cmake"
7
- "${CMAKE_CURRENT_LIST_DIR} /vcpkg-port-config.cmake"
8
- "${CMAKE_CURRENT_LIST_DIR} /copyright"
9
- DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " )
8
+ file (
9
+ INSTALL "${CMAKE_CURRENT_LIST_DIR} /vcpkg_cmake_module.cmake"
10
+ "${CMAKE_CURRENT_LIST_DIR} /vcpkg-port-config.cmake"
11
+ "${CMAKE_CURRENT_LIST_DIR} /copyright"
12
+ DESTINATION "${CURRENT_PACKAGES_DIR} /share/${PORT} " )
10
13
11
14
set (VCPKG_POLICY_EMPTY_PACKAGE enabled )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vcpkg-cmake-module" ,
3
- "version-date" : " 2023-10-11 " ,
4
- "port-version" : 2 ,
3
+ "version-date" : " 2023-10-12 " ,
4
+ "port-version" : 0 ,
5
5
"license" : " MIT"
6
6
}
Original file line number Diff line number Diff line change 9
9
"port-version" : 0
10
10
},
11
11
"vcpkg-cmake-module" : {
12
- "baseline" : " 2023-10-11 " ,
13
- "port-version" : 2
12
+ "baseline" : " 2023-10-12 " ,
13
+ "port-version" : 0
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"versions" : [
3
+ {
4
+ "version-date" : " 2023-10-12" ,
5
+ "git-tree" : " 57601bc2fb34fb23d9d2213dc3b8c58a526d15a7" ,
6
+ "port-version" : 0
7
+ },
3
8
{
4
9
"version-date" : " 2023-10-11" ,
5
10
"git-tree" : " b070717c7a2a4af190f9be0622c30c578d8026ef" ,
You can’t perform that action at this time.
0 commit comments