diff options
| -rw-r--r-- | ports/cppcms/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/cppcms/portfile.cmake b/ports/cppcms/portfile.cmake index 30371b6f8..328ba20db 100644 --- a/ports/cppcms/portfile.cmake +++ b/ports/cppcms/portfile.cmake @@ -6,7 +6,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL static) endif() if(VCPKG_CRT_LINKAGE STREQUAL static) - message("cppcms doesn't support static CRT linkage.") + message(FATAL_ERROR "cppcms doesn't support static CRT linkage.") endif() vcpkg_from_github( |
