mirror of https://github.com/CGAL/cgal
adding dependencies for print_MPFR_version.cpp
This commit is contained in:
parent
db096a938b
commit
9cefab759d
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue