CMake: Ignore /opt/local (MacPorts). #284

Closed
opened 2026-04-05 16:19:32 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @lynaghk on 3/17/2026

Description

We want to ignore everything on this path so that the build uses its own dependencies rather than picking up, e.g., the wrong version of libpng just because that's what someone has in their MacPorts.

This fixes https://github.com/OrcaSlicer/OrcaSlicer/issues/10460

Tests

I confirmed that this patch fixes the build (./build_release_macos.sh -x).

*Originally created by @lynaghk on 3/17/2026* # Description We want to ignore everything on this path so that the build uses its own dependencies rather than picking up, e.g., the wrong version of libpng just because that's what someone has in their MacPorts. This fixes https://github.com/OrcaSlicer/OrcaSlicer/issues/10460 ## Tests I confirmed that this patch fixes the build (`./build_release_macos.sh -x`).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#284