mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[cppcms] Early detection and failure for static crt
This commit is contained in:
parent
e033dcd649
commit
021ea67aef
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user