Skip to content

Commit

Permalink
Merge pull request #21 from SeisSol/ravil/cmake-patch
Browse files Browse the repository at this point in the history
Patched cmake i.e., impalajit-llvm backend
  • Loading branch information
krenzland committed Feb 8, 2022
2 parents a0ff7ce + 060f4ca commit b86b26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if(ASAGI)
target_compile_definitions(easi PRIVATE -DEASI_USE_ASAGI)
endif()
if (IMPALAJIT)
if (IMPALAJIT_LLVM)
if (IMPALAJIT_BACKEND STREQUAL "llvm")
target_link_libraries(easi PRIVATE llvm::impalajit)
else()
target_link_libraries(easi PRIVATE impalajit::impalajit)
Expand Down

0 comments on commit b86b26b

Please sign in to comment.