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

Add support for Xcode #2283

Open
1 of 2 tasks
bijanMC opened this issue Apr 29, 2024 · 1 comment
Open
1 of 2 tasks

Add support for Xcode #2283

bijanMC opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement type enhancement

Comments

@bijanMC
Copy link

bijanMC commented Apr 29, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Motivation

In CMakeLists.txt, if(CMAKE_GENERATOR STREQUAL "Ninja") is applicable to Xcode as well.

Solution

if(CMAKE_GENERATOR STREQUAL Ninja OR CMAKE_GENERATOR STREQUAL Xcode)

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@bijanMC bijanMC added the enhancement type enhancement label Apr 29, 2024
@git-hulk
Copy link
Member

git-hulk commented May 2, 2024

@bijanMC Would you like to submit a PR to resolve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type enhancement
Projects
None yet
Development

No branches or pull requests

2 participants