Skip to content

Commit b3b8d2c

Browse files
committed
Merge branch 'development' into f-IncludeGlobalsDefaultOn
2 parents c93b120 + 64b6852 commit b3b8d2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ foreach(component ${phasar_FIND_COMPONENTS})
99
endforeach()
1010

1111
function(phasar_config executable)
12-
find_package(LLVM 10 REQUIRED CONFIG)
12+
find_package(LLVM 12 REQUIRED CONFIG)
1313
include_directories(${LLVM_INCLUDE_DIRS})
1414
link_directories(${LLVM_LIB_PATH} ${LLVM_LIBRARY_DIRS})
1515
find_library(LLVM_LIBRARY NAMES LLVM HINTS ${LLVM_LIBRARY_DIRS})

0 commit comments

Comments
 (0)