We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dcd88 commit e261519Copy full SHA for e261519
mlir/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
16
17
# Must go below project(..)
18
include(GNUInstallDirs)
19
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 17 CACHE STRING "C++ standard to conform to")
20
21
if(MLIR_STANDALONE_BUILD)
22
find_package(LLVM CONFIG REQUIRED)
0 commit comments