[all-commits] [llvm/llvm-project] 0096d1: Add `set(CMAKE_CXX_STANDARD 17)` to MLIR CMakeList...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Feb 7 15:56:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0096d17e2cc1d337f531c3f292330d15ec132c25
https://github.com/llvm/llvm-project/commit/0096d17e2cc1d337f531c3f292330d15ec132c25
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M mlir/CMakeLists.txt
Log Message:
-----------
Add `set(CMAKE_CXX_STANDARD 17)` to MLIR CMakeLists.txt
This is only useful when building the project in a "standalone" way: that is by
invoking cmake pointing at mlir/ to build against an already built LLVM.
Fixes #60574
More information about the All-commits
mailing list