diff options
| author | Andrew Male <amale@zibings.com> | 2017-11-11 07:39:17 -0500 |
|---|---|---|
| committer | Andrew Male <amale@zibings.com> | 2017-11-11 07:39:17 -0500 |
| commit | 1b679903952c3afa0a0252299348ff6e3e143092 (patch) | |
| tree | e5d57475441f4d582f10f8f24c0534af45a9ff8f | |
| parent | 679dd12a756583f3014d06ac5a2ab8e6695eb372 (diff) | |
| download | vcpkg-1b679903952c3afa0a0252299348ff6e3e143092.tar.gz vcpkg-1b679903952c3afa0a0252299348ff6e3e143092.zip | |
Removing static linkage warning/toggle
| -rw-r--r-- | ports/libwebsockets/portfile.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/libwebsockets/portfile.cmake b/ports/libwebsockets/portfile.cmake index fa5ecfd8f..78632256d 100644 --- a/ports/libwebsockets/portfile.cmake +++ b/ports/libwebsockets/portfile.cmake @@ -1,7 +1,3 @@ -if (VCPKG_LIBRARY_LINKAGE STREQUAL static) - message(STATUS "Warning: Static building not supported yet. Building dynamic.") - set(VCPKG_LIBRARY_LINKAGE dynamic) -endif() include(vcpkg_common_functions) set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/libwebsockets-2.0.0) vcpkg_download_distfile(ARCHIVE |
