aboutsummaryrefslogtreecommitdiff
path: root/ports/libconfuse
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libconfuse')
-rw-r--r--ports/libconfuse/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/libconfuse/portfile.cmake b/ports/libconfuse/portfile.cmake
index 01c6290cd..ac49ff157 100644
--- a/ports/libconfuse/portfile.cmake
+++ b/ports/libconfuse/portfile.cmake
@@ -1,5 +1,3 @@
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinh/libconfuse
@@ -38,6 +36,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
-
-# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME unofficial-${PORT})