mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-13 15:59:39 +00:00
[cryptopp] Fail when trying to build dll
This commit is contained in:
parent
863f28c080
commit
e9a17729ec
@ -1,4 +1,7 @@
|
||||
include(${CMAKE_TRIPLET_FILE})
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
message(FATAL_ERROR "Dynamic building not supported") # See note below
|
||||
endif()
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/cryptopp-CRYPTOPP_5_6_5)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
|
Loading…
x
Reference in New Issue
Block a user