apache / kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
https://kvrocks.apache.org/
Apache License 2.0
3.48k stars 456 forks source link

Add support for Xcode #2283

Open bijanMC opened 5 months ago

bijanMC commented 5 months ago

Search before asking

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?

git-hulk commented 5 months ago

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