Flint: enable DLL builds (#2271)

* [flint] enable dynamic building

* [flint] increment version
This commit is contained in:
xoviat 2017-12-03 22:37:01 -06:00 committed by Alexander Karatarakis
parent 6ecb10cec1
commit 805fabe58a
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -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)