diff --git a/runtimes/CMakeLists.txt b/runtimes/CMakeLists.txt index 010ec879e44a..603a3289c27b 100644 --- a/runtimes/CMakeLists.txt +++ b/runtimes/CMakeLists.txt @@ -151,9 +151,7 @@ endif() # Avoid checking whether the compiler is working. set(LLVM_COMPILER_CHECKED ON) -# Handle common options used by all runtimes. include(AddLLVM) -include(HandleLLVMOptions) find_package(Python3 REQUIRED COMPONENTS Interpreter)