Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix macOS build in case QT is installed via brew #238

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

sigseg5
Copy link
Collaborator

@sigseg5 sigseg5 commented May 18, 2023

No description provided.

@sigseg5 sigseg5 added bug Something isn't working enhancement New feature or request labels May 18, 2023
@sigseg5
Copy link
Collaborator Author

sigseg5 commented May 18, 2023

We can also use multi-threaded mode for cmake --build . --config release --target all -- -j"$(nproc --all)" instead of cmake --build . --config release --target all. This significantly reduces build time, especially on dev machines.

@sigseg5 sigseg5 changed the title Fix macOS build in case QT is installed via brew Draft: Fix macOS build in case QT is installed via brew May 18, 2023
@sigseg5 sigseg5 changed the title Draft: Fix macOS build in case QT is installed via brew Fix macOS build in case QT is installed via brew May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants