Browse Source

mlir2ncnn requires c+11

tags/20200727
nihui GitHub 5 years ago
parent
commit
cfcee2298d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tools/mlir/CMakeLists.txt

+ 1
- 0
tools/mlir/CMakeLists.txt View File

@@ -1,6 +1,7 @@
project(mlir2ncnn)

cmake_minimum_required(VERSION 3.10)
set(CMAKE_CXX_STANDARD 11)

set(LLVM_DIR "/home/nihui/osd/llvm-project/build/install/lib/cmake/llvm")
find_package(LLVM REQUIRED)


Loading…
Cancel
Save