diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:26:56 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-26 15:26:56 -0700 |
| commit | 312373c08dbbff8e10f1cff8645afd9f841e166c (patch) | |
| tree | 354702bf1508145c6fac3fedf7a28a42e58c05df | |
| parent | fa24a2d00df84ffd8436081438074e0076043d7d (diff) | |
| download | vcpkg-312373c08dbbff8e10f1cff8645afd9f841e166c.tar.gz vcpkg-312373c08dbbff8e10f1cff8645afd9f841e166c.zip | |
[grpc] Mark as not supporting static building yet
| -rw-r--r-- | ports/grpc/portfile.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/grpc/portfile.cmake b/ports/grpc/portfile.cmake index 53f262c7e..89cf892a0 100644 --- a/ports/grpc/portfile.cmake +++ b/ports/grpc/portfile.cmake @@ -1,3 +1,7 @@ +include(${CMAKE_TRIPLET_FILE}) +if (VCPKG_LIBRARY_LINKAGE STREQUAL static) + message(FATAL_ERROR "Static building not supported yet") +endif() include(vcpkg_common_functions) find_program(GIT git) |
