Skip to content

Commit

Permalink
LLVM 14 bug: requires C language
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmembarth committed Aug 11, 2022
1 parent 3c5c98e commit a48ef6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/anydsl_runtime-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

cmake_minimum_required(VERSION 3.12)

enable_language(C)

find_path(AnyDSL_runtime_DIR
NAMES
anydsl_runtime-config.cmake
Expand Down

0 comments on commit a48ef6a

Please sign in to comment.