mirror of https://github.com/CGAL/cgal
adding dependencies for print_MPFR_version.cpp
This commit is contained in:
parent
db096a938b
commit
9cefab759d
|
|
@ -46,6 +46,9 @@ if (NOT MPFR_in_cache)
|
||||||
if ( NOT MPFR_INCLUDE_DIR OR NOT MPFR_LIBRARIES_DIR )
|
if ( NOT MPFR_INCLUDE_DIR OR NOT MPFR_LIBRARIES_DIR )
|
||||||
include( MPFRConfig OPTIONAL )
|
include( MPFRConfig OPTIONAL )
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
set(MPFR_DEPENDENCY_INCLUDE_DIR ${GMP_INCLUDE_DIR})
|
||||||
|
set(MPFR_DEPENDENCY_LIBRARIES ${GMP_LIBRARIES})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue