adding dependencies for print_MPFR_version.cpp

This commit is contained in:
Sven Oesau 2025-09-18 16:33:34 +02:00
parent db096a938b
commit 9cefab759d
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ if (NOT MPFR_in_cache)
include( MPFRConfig OPTIONAL ) include( MPFRConfig OPTIONAL )
endif() endif()
set(MPFR_DEPENDENCY_INCLUDE_DIR ${GMP_INCLUDE_DIR})
set(MPFR_DEPENDENCY_LIBRARIES ${GMP_LIBRARIES})
endif() endif()
find_package_handle_standard_args(MPFR "DEFAULT_MSG" MPFR_LIBRARIES MPFR_INCLUDE_DIR) find_package_handle_standard_args(MPFR "DEFAULT_MSG" MPFR_LIBRARIES MPFR_INCLUDE_DIR)