mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
fix: upgrade cmake minimum from 3.18 to 3.27 (#3208)
Required to correctly support recent archs like 90a, ... Fix issue #3173 Signed-off-by: William Tambellini <wtambellini@sdl.com> Co-authored-by: Yuan Tong <13075180+tongyuantongyu@users.noreply.github.com>
This commit is contained in:
parent
76a6a62073
commit
dbc0496f37
@ -15,7 +15,7 @@
|
||||
# the License.
|
||||
#
|
||||
|
||||
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.27 FATAL_ERROR)
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
|
||||
include(CheckLanguage)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user