diff options
| author | tarcila <tarcila@users.noreply.github.com> | 2019-06-25 13:59:52 -0400 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-06-25 10:59:51 -0700 |
| commit | 14d1575e0b1e77d2308891966f7aac5515266487 (patch) | |
| tree | a5c20848a26088d0e871e8ec1dc2b2dddffb1d39 | |
| parent | 6a6d350d49e6a3bee55d7f644b43e57ccfc9f98a (diff) | |
| download | vcpkg-14d1575e0b1e77d2308891966f7aac5515266487.tar.gz vcpkg-14d1575e0b1e77d2308891966f7aac5515266487.zip | |
[capnproto] Enable Linux and OSX support (#7024)
Now that #5630 is fix, this package is fully supported on both Linux
and Mac OS X.
| -rw-r--r-- | ports/capnproto/portfile.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/capnproto/portfile.cmake b/ports/capnproto/portfile.cmake index 4043a53c5..5c189acc7 100644 --- a/ports/capnproto/portfile.cmake +++ b/ports/capnproto/portfile.cmake @@ -2,10 +2,6 @@ if(VCPKG_CMAKE_SYSTEM_NAME STREQUAL WindowsStore) message(FATAL_ERROR "Error: UWP build is not supported.") endif() -if(DEFINED VCPKG_CMAKE_SYSTEM_NAME) - message(FATAL_ERROR "Error: CapnProto only build on Windows for now. See #5630 and #5635") -endif() - include(vcpkg_common_functions) vcpkg_check_linkage(ONLY_STATIC_LIBRARY) |
