From 9114ae48162ae206c44fa39c92dc2d2fcf2a20c7 Mon Sep 17 00:00:00 2001 From: Andrew Male Date: Thu, 23 Nov 2017 10:14:01 -0500 Subject: Final edits to unittest-cpp portfile --- ports/unittest-cpp/portfile.cmake | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/ports/unittest-cpp/portfile.cmake b/ports/unittest-cpp/portfile.cmake index e8341edb7..9daa0998f 100644 --- a/ports/unittest-cpp/portfile.cmake +++ b/ports/unittest-cpp/portfile.cmake @@ -1,16 +1,6 @@ -# Common Ambient Variables: -# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT} -# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} -# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT} -# PORT = current port name (zlib, etc) -# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc) -# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic) -# VCPKG_LIBRARY_LINKAGE = target library linkage type (static, dynamic) -# VCPKG_ROOT_DIR = -# VCPKG_TARGET_ARCHITECTURE = target architecture (x64, x86, arm) -# +# UnitTest++ if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(STATUS "Warning: Dynamic building not supported by libvpx yet. Building static.") + message(STATUS "Warning: Dynamic building not supported by unittest-cpp yet. Building static.") set(VCPKG_LIBRARY_LINKAGE static) endif() -- cgit v1.2.3