Skip to content

Commit

Permalink
Update flatbuffers dependency to allow bezel builds without python de…
Browse files Browse the repository at this point in the history
…pendency. (#233)
  • Loading branch information
uazizTT authored Jul 29, 2024
1 parent 47a54b1 commit 60ad1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.20.0)
project(ttmlir-toolchain LANGUAGES CXX C)

set(FLATBUFFERS_VERSION "v24.3.7")
set(FLATBUFFERS_VERSION "fb9afbafc7dfe226b9db54d4923bfb8839635274")
set(LLVM_PROJECT_VERSION "llvmorg-18.1.0")

include(ExternalProject)
Expand Down

0 comments on commit 60ad1a8

Please sign in to comment.