diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-27 10:18:17 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-27 10:18:17 -0800 |
| commit | 021ea67aef352b38fa207d951cea419a95922ebf (patch) | |
| tree | 17b08918f30942c64f9c380f36603cb11c01ec63 /ports/cppcms | |
| parent | e033dcd649585791785f750e2d406849976d708d (diff) | |
| download | vcpkg-021ea67aef352b38fa207d951cea419a95922ebf.tar.gz vcpkg-021ea67aef352b38fa207d951cea419a95922ebf.zip | |
[cppcms] Early detection and failure for static crt
Diffstat (limited to 'ports/cppcms')
| -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( |
