-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: conform to pre-commit on vcpkg-cmake-module
Signed-off-by: msclock <[email protected]>
- Loading branch information
Showing
4 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
if(NOT TARGET_TRIPLET STREQUAL _HOST_TRIPLET) | ||
message(WARNING "${PORT} is a host-only port; please mark it as a host port in your dependencies.") | ||
message( | ||
WARNING | ||
"${PORT} is a host-only port; please mark it as a host port in your dependencies." | ||
) | ||
endif() | ||
|
||
file(INSTALL | ||
"${CMAKE_CURRENT_LIST_DIR}/vcpkg_cmake_module.cmake" | ||
"${CMAKE_CURRENT_LIST_DIR}/vcpkg-port-config.cmake" | ||
"${CMAKE_CURRENT_LIST_DIR}/copyright" | ||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") | ||
file( | ||
INSTALL "${CMAKE_CURRENT_LIST_DIR}/vcpkg_cmake_module.cmake" | ||
"${CMAKE_CURRENT_LIST_DIR}/vcpkg-port-config.cmake" | ||
"${CMAKE_CURRENT_LIST_DIR}/copyright" | ||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") | ||
|
||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "vcpkg-cmake-module", | ||
"version-date": "2023-10-11", | ||
"port-version": 2, | ||
"version-date": "2023-10-12", | ||
"port-version": 0, | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters