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

@ -46,6 +46,9 @@ if (NOT MPFR_in_cache)
if ( NOT MPFR_INCLUDE_DIR OR NOT MPFR_LIBRARIES_DIR )
include( MPFRConfig OPTIONAL )
endif()
set(MPFR_DEPENDENCY_INCLUDE_DIR ${GMP_INCLUDE_DIR})
set(MPFR_DEPENDENCY_LIBRARIES ${GMP_LIBRARIES})
endif()