Skip to content

Commit

Permalink
Updated cmake_minimum_required to match llvm 16 requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kurtenacker committed Jul 4, 2024
1 parent f4826ef commit 6309ca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#set(RV_COMPONENT_BUILD Off)

project(RV)
cmake_minimum_required(VERSION 3.4.3...3.29.6)
#TODO: cmake_minimum_required sets some cmake policies. 3.29.6 is the latest version that was tested, but this should probably be updated at some point in the future.
cmake_minimum_required(VERSION 3.13.4)

find_package(LLVM REQUIRED)
if (LLVM_LINK_LLVM_DYLIB)
Expand Down

0 comments on commit 6309ca9

Please sign in to comment.