Skip to content

Commit

Permalink
cmake : increase minimum version for add_link_options (ggerganov#3444)
Browse files Browse the repository at this point in the history
  • Loading branch information
cebtenzzre authored Oct 2, 2023
1 parent 665018c commit e78f0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12) # Don't bump this version for no reason
cmake_minimum_required(VERSION 3.13) # for add_link_options
project("llama.cpp" C CXX)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
Expand Down

0 comments on commit e78f0b0

Please sign in to comment.