mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01: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()
|
endif()
|
||||||
|
|
||||||
if(VCPKG_CRT_LINKAGE STREQUAL static)
|
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()
|
endif()
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user