mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Flint: enable DLL builds (#2271)
* [flint] enable dynamic building * [flint] increment version
This commit is contained in:
parent
6ecb10cec1
commit
805fabe58a
@ -1,4 +1,4 @@
|
||||
Source: flint
|
||||
Version: 2.5.2
|
||||
Version: 2.5.2-1
|
||||
Description: Fast Library for Number Theory
|
||||
Build-Depends: mpir, mpfr, pthreads, gettimeofday
|
||||
|
@ -1,9 +1,3 @@
|
||||
if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic)
|
||||
message(STATUS "Warning: Dynamic building not supported yet. Building static.")
|
||||
set(VCPKG_CRT_LINKAGE static)
|
||||
set(VCPKG_LIBRARY_LINKAGE static)
|
||||
endif()
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(FLINT_VERSION 2.5.2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user