Skip to content

Commit f20b35a

Browse files
committed
require CXX 11
1 parent 29a97b9 commit f20b35a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enzyme/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.10)
22

3+
set (CMAKE_CXX_STANDARD 11)
4+
35
find_package(LLVM REQUIRED CONFIG)
46
list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_DIR}")
57
include(AddLLVM)

0 commit comments

Comments
 (0)