Skip to content

Commit

Permalink
Merge remote-tracking branch 'cgal/6.0.x-branch'
Browse files Browse the repository at this point in the history
  • Loading branch information
sloriot committed Nov 8, 2024
2 parents f7ac241 + 400acfb commit db4404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/lib/cmake/CGAL/CGALConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ endforeach()
if (NOT TARGET CGAL::CGAL_Basic_viewer)
add_library(CGAL::CGAL_Basic_viewer INTERFACE IMPORTED GLOBAL)
set_target_properties(CGAL::CGAL_Basic_viewer PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "CGAL_USE_BASIC_VIEWER;QT_NO_KEYWORDS"
INTERFACE_COMPILE_DEFINITIONS "CGAL_USE_BASIC_VIEWER"
INTERFACE_LINK_LIBRARIES CGAL::CGAL_Qt6)
endif()

Expand Down

0 comments on commit db4404f

Please sign in to comment.