Skip to content

build: fix building with OpenMP on macOS#1614

Merged
ruevs merged 1 commit intosolvespace:masterfrom
iscgar:iscgar/fix-macos-openmp
Aug 10, 2025
Merged

build: fix building with OpenMP on macOS#1614
ruevs merged 1 commit intosolvespace:masterfrom
iscgar:iscgar/fix-macos-openmp

Conversation

@iscgar
Copy link
Copy Markdown
Contributor

@iscgar iscgar commented Aug 9, 2025

Something changed in the way compiler flags are passed by CMake to the compiler, which caused the OpenMP flags to be passed as a single flag and resulting in a build failure.

Use CMake's SHELL: syntax to tell CMake to pass these as separate flags, but without reordering them or performing deduplication.

Something changed in the way compiler flags are passed by CMake to the
compiler, which caused the OpenMP flags to be passed as a single flag
and resulting in a build failure.

Use CMake's `SHELL:` syntax to tell CMake to pass these as separate
flags, but without reordering them or performing deduplication.
@ruevs ruevs merged commit 7627b85 into solvespace:master Aug 10, 2025
4 checks passed
@iscgar iscgar deleted the iscgar/fix-macos-openmp branch August 10, 2025 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants