Skip to content

Commit

Permalink
Disable MIR tests and utils
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Dec 13, 2024
1 parent a0a9825 commit df55dda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion programs/mir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ cmake_minimum_required(VERSION 3.10)
project(mirjit)

set(LLVM_FOUND FALSE CACHE BOOL "" FORCE)
option(MIR_BUILD_TESTS "" OFF)
option(MIR_BUILD_UTILS "" OFF)

# Fetch the MIR library
include(FetchContent)
FetchContent_Declare(libmir
GIT_REPOSITORY https://github.com/vnmakarov/mir
GIT_REPOSITORY https://github.com/fwsGonzo/mir
GIT_TAG master
)
FetchContent_MakeAvailable(libmir)
Expand Down

0 comments on commit df55dda

Please sign in to comment.