Skip to content

Commit

Permalink
Fixed issue with PolyClipper docs trying to build during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Sep 15, 2023
1 parent b95dcc1 commit 2d721c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmake/InstallTPLs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if (NOT polyclipper_DIR)
endif()
# Must set this so PolyClipper doesn't include unnecessary python scripts
set(POLYCLIPPER_MODULE_GEN OFF CACHE BOOL "Turn off Python module generation for PolyClipper")
set(POLYCLIPPER_ENABLE_DOCS OFF CACHE BOOL "Turn off document building for PolyClipper")
add_subdirectory(${polyclipper_DIR})
# Treat includes as system to prevent warnings
blt_patch_target(NAME PolyClipperAPI TREAT_INCLUDES_AS_SYSTEM ON)
Expand Down
2 changes: 1 addition & 1 deletion extern/PolyClipper

0 comments on commit 2d721c5

Please sign in to comment.