diff options
| author | Alisa Yang <v-aliyan@microsoft.com> | 2018-03-27 00:27:43 -0700 |
|---|---|---|
| committer | Alisa Yang <v-aliyan@microsoft.com> | 2018-03-27 00:27:43 -0700 |
| commit | 6e6f90c2731aa3f53ba0919b876e2c60a5931a38 (patch) | |
| tree | d8e4d5ca6e3686a79c982875d302f305f7c6be30 | |
| parent | 930b1984afdc209746715dc4becaad7f27e68089 (diff) | |
| download | vcpkg-6e6f90c2731aa3f53ba0919b876e2c60a5931a38.tar.gz vcpkg-6e6f90c2731aa3f53ba0919b876e2c60a5931a38.zip | |
force static build when dynamic
| -rw-r--r-- | ports/recast/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/recast/portfile.cmake b/ports/recast/portfile.cmake index 8543fe5c3..e0670dbae 100644 --- a/ports/recast/portfile.cmake +++ b/ports/recast/portfile.cmake @@ -1,7 +1,7 @@ include(vcpkg_common_functions) if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(WARNING "Dynamic not supported .") + message(WARNING "Dynamic not supported building static") set(VCPKG_LIBRARY_LINKAGE static) endif() |
