aboutsummaryrefslogtreecommitdiff
path: root/ports/openssl-unix
diff options
context:
space:
mode:
Diffstat (limited to 'ports/openssl-unix')
-rw-r--r--ports/openssl-unix/portfile.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/openssl-unix/portfile.cmake b/ports/openssl-unix/portfile.cmake
index 49561ccde..7bfbb06e5 100644
--- a/ports/openssl-unix/portfile.cmake
+++ b/ports/openssl-unix/portfile.cmake
@@ -59,3 +59,5 @@ file(INSTALL ${MASTER_COPY_SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_D
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(COPY ${CMAKE_CURRENT_LIST_DIR}/vcpkg-cmake-wrapper.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/openssl)
endif()
+
+vcpkg_test_cmake(PACKAGE_NAME OpenSSL MODULE)