Skip to content

Commit

Permalink
fix the Arrangement demo
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Nov 1, 2023
1 parent 51627e3 commit 980b04e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ find_package(Qt6 QUIET COMPONENTS Widgets)

if (CGAL_Qt6_FOUND AND Qt6_FOUND)
add_compile_definitions(QT_NO_KEYWORDS)
include_directories( BEFORE ./ )
set(CMAKE_INCLUDE_CURRENT_DIR ON)

# Arrangement package includes
add_definitions(-DQT_NO_KEYWORDS)
Expand Down

0 comments on commit 980b04e

Please sign in to comment.