aboutsummaryrefslogtreecommitdiff
path: root/ports/mathc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mathc')
-rw-r--r--ports/mathc/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/mathc/portfile.cmake b/ports/mathc/portfile.cmake
index 7b3d263e2..fde284632 100644
--- a/ports/mathc/portfile.cmake
+++ b/ports/mathc/portfile.cmake
@@ -1,5 +1,3 @@
-include(vcpkg_common_functions)
-
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
@@ -25,6 +23,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})