зеркало из https://github.com/microsoft/vcpkg.git
[cryptopp] Fail when trying to build dll
This commit is contained in:
Родитель
863f28c080
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче