diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-11-29 12:17:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-29 12:17:31 -0600 |
| commit | e0362393cfb4555b3928239aa7ae40b888203359 (patch) | |
| tree | 4aa8bc40c5acadeaa12fac70fc36441c7ab5574a | |
| parent | d0f6656b55284e3ec65a83528711445d6df6ee02 (diff) | |
| download | vcpkg-e0362393cfb4555b3928239aa7ae40b888203359.tar.gz vcpkg-e0362393cfb4555b3928239aa7ae40b888203359.zip | |
[mpfr] define have_stdint_h
| -rw-r--r-- | ports/mpfr/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mpfr/CMakeLists.txt b/ports/mpfr/CMakeLists.txt index 733e6d183..ed48eaf59 100644 --- a/ports/mpfr/CMakeLists.txt +++ b/ports/mpfr/CMakeLists.txt @@ -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() |
