This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Consider ceasing using Ninja on Mac and Linux #882
Open
Description
Currently QIR RT has CMake use Ninja build agent.
I believe that Ninja is only required on Windows (without it CMake always uses MSVC compiler instead of clang), and is not required on Mac and Linux (I tested that when compiling NativeSimulator with clang).
Consider not using Ninja with CMake and removing Ninja from prerequisites on Mac and Linux for QIR RT.