fix qt6 version

This commit is contained in:
Sébastien Loriot 2023-12-27 11:56:08 +01:00
parent ee6c73b849
commit 37c792a764
1 changed files with 1 additions and 1 deletions

View File

@ -1253,6 +1253,6 @@ if(RUNNING_CGAL_AUTO_TEST OR CGAL_TEST_SUITE)
"USING BOOST_VERSION = '${Boost_MAJOR_VERSION}.${Boost_MINOR_VERSION}.${Boost_SUBMINOR_VERSION}'"
)
if(Qt6_FOUND)
message(STATUS "USING Qt6_VERSION = '${Qt6Core_VERSION_STRING}'")
message(STATUS "USING Qt6_VERSION = '${Qt6Core_VERSION}'")
endif()#Qt6_FOUND
endif()#RUNNING_CGAL_AUTO_TEST OR CGAL_TEST_SUITE