diff options
| -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() |
