mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:49:04 +08:00
[mpfr] define have_stdint_h
This commit is contained in:
parent
d0f6656b55
commit
e0362393cf
@ -250,7 +250,7 @@ add_library(mpfr ${SRCS})
|
||||
|
||||
# target_compile_definitions(mpfr PRIVATE HAVE_CONFIG_H)
|
||||
target_compile_definitions(mpfr PRIVATE __MPFR_WITHIN_MPFR)
|
||||
target_compile_definitions(mpfr PRIVATE MPFR_USE_INTMAX_T)
|
||||
target_compile_definitions(mpfr PRIVATE HAVE_STDINT_H)
|
||||
if(BUILD_SHARED_LIBS)
|
||||
target_compile_definitions(mpfr PRIVATE __GMP_LIBGMP_DLL)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user