diff options
| -rw-r--r-- | ports/check/CONTROL | 3 | ||||
| -rw-r--r-- | ports/check/portfile.cmake | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/check/CONTROL b/ports/check/CONTROL index f529ad731..ae6b64a4b 100644 --- a/ports/check/CONTROL +++ b/ports/check/CONTROL @@ -1,3 +1,4 @@ Source: check
-Version: 0.13.0
+Version: 0.13.0-1
+Homepage: https://github.com/libcheck/check
Description: A unit testing framework for C
diff --git a/ports/check/portfile.cmake b/ports/check/portfile.cmake index c5271e8f7..4e65bdfcc 100644 --- a/ports/check/portfile.cmake +++ b/ports/check/portfile.cmake @@ -1,4 +1,3 @@ -include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libcheck/check
@@ -14,7 +13,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
-vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
+vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/check)
if(VCPKG_LIBRARY_LINKAGE STREQUAL static)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin ${CURRENT_PACKAGES_DIR}/debug/bin)
|
