This commit is contained in:
Maxime Gimeno 2021-02-09 14:57:50 +01:00
parent 602b8d6951
commit b5ead13803
1 changed files with 10 additions and 8 deletions

View File

@ -1302,12 +1302,15 @@ endif()
#print some info about versions
if(RUNNING_CGAL_AUTO_TEST)
find_package(Qt5 QUIET COMPONENTS Core)
find_package(Boost)
if(NOT CGAL_DISABLE_GMP)
find_package(GMP)
find_package(MPFR)
find_package(Boost)
get_dependency_version(GMP)
get_dependency_version(MPFR)
elseif(WITH_LEDA)#CGAL_DISABLE_GMP
find_package(LEDA)
endif()#NOT CGAL_DISABLE_GMP
message(
STATUS
"USING BOOST_VERSION = '${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}'"
@ -1315,5 +1318,4 @@ if(RUNNING_CGAL_AUTO_TEST)
if(Qt5_FOUND)
message(STATUS "USING Qt5_VERSION = '${Qt5Core_VERSION_STRING}'")
endif()#Qt5_FOUND
endif()#NOT CGAL_DISABLE_GMP
endif()#RUNNING_CGAL_AUTO_TEST