Skip to content

Commit

Permalink
fix qt6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Dec 27, 2023
1 parent ee6c73b commit 37c792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 37c792a

Please sign in to comment.