mirror of https://github.com/CGAL/cgal
add leda
This commit is contained in:
parent
602b8d6951
commit
b5ead13803
|
|
@ -1302,18 +1302,20 @@ endif()
|
||||||
#print some info about versions
|
#print some info about versions
|
||||||
if(RUNNING_CGAL_AUTO_TEST)
|
if(RUNNING_CGAL_AUTO_TEST)
|
||||||
find_package(Qt5 QUIET COMPONENTS Core)
|
find_package(Qt5 QUIET COMPONENTS Core)
|
||||||
|
find_package(Boost)
|
||||||
if(NOT CGAL_DISABLE_GMP)
|
if(NOT CGAL_DISABLE_GMP)
|
||||||
find_package(GMP)
|
find_package(GMP)
|
||||||
find_package(MPFR)
|
find_package(MPFR)
|
||||||
find_package(Boost)
|
|
||||||
get_dependency_version(GMP)
|
get_dependency_version(GMP)
|
||||||
get_dependency_version(MPFR)
|
get_dependency_version(MPFR)
|
||||||
message(
|
elseif(WITH_LEDA)#CGAL_DISABLE_GMP
|
||||||
STATUS
|
find_package(LEDA)
|
||||||
"USING BOOST_VERSION = '${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}'"
|
|
||||||
)
|
|
||||||
if(Qt5_FOUND)
|
|
||||||
message(STATUS "USING Qt5_VERSION = '${Qt5Core_VERSION_STRING}'")
|
|
||||||
endif()#Qt5_FOUND
|
|
||||||
endif()#NOT CGAL_DISABLE_GMP
|
endif()#NOT CGAL_DISABLE_GMP
|
||||||
|
message(
|
||||||
|
STATUS
|
||||||
|
"USING BOOST_VERSION = '${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}'"
|
||||||
|
)
|
||||||
|
if(Qt5_FOUND)
|
||||||
|
message(STATUS "USING Qt5_VERSION = '${Qt5Core_VERSION_STRING}'")
|
||||||
|
endif()#Qt5_FOUND
|
||||||
endif()#RUNNING_CGAL_AUTO_TEST
|
endif()#RUNNING_CGAL_AUTO_TEST
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue