diff options
| author | Andrew Male <amale@zibings.com> | 2017-11-23 10:14:01 -0500 |
|---|---|---|
| committer | Andrew Male <amale@zibings.com> | 2017-11-23 10:14:01 -0500 |
| commit | 9114ae48162ae206c44fa39c92dc2d2fcf2a20c7 (patch) | |
| tree | b7bfb76f17463d31e145fb122f927c6e8ab10740 | |
| parent | abf595e903101c994b4cd87b460474f870cf6491 (diff) | |
| download | vcpkg-9114ae48162ae206c44fa39c92dc2d2fcf2a20c7.tar.gz vcpkg-9114ae48162ae206c44fa39c92dc2d2fcf2a20c7.zip | |
Final edits to unittest-cpp portfile
| -rw-r--r-- | ports/unittest-cpp/portfile.cmake | 14 |
1 files 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 = <C:\path\to\current\vcpkg>
-# 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()
|
