aboutsummaryrefslogtreecommitdiff
path: root/ports/argparse
diff options
context:
space:
mode:
Diffstat (limited to 'ports/argparse')
-rw-r--r--ports/argparse/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/argparse/portfile.cmake b/ports/argparse/portfile.cmake
index 82216fdb2..70baaf628 100644
--- a/ports/argparse/portfile.cmake
+++ b/ports/argparse/portfile.cmake
@@ -1,7 +1,5 @@
# header-only library
-include(vcpkg_common_functions)
-
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO p-ranav/argparse
@@ -25,6 +23,3 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug ${CURRENT_PACKAGES_DIR}/lib)
# Handle copyright
configure_file(${SOURCE_PATH}/LICENSE ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright COPYONLY)
-
-# CMake integration test
-vcpkg_test_cmake(PACKAGE_NAME ${PORT})