Skip to content

Commit

Permalink
remove QT_NO_KEYWORDS from CGAL::CGAL_Basic_viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau authored and sloriot committed Nov 8, 2024
1 parent 79ac9d9 commit 0d76bb4
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 0d76bb4

Please sign in to comment.