Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
snnn committed Jan 25, 2025
1 parent 579316f commit 997c4e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ cmake_minimum_required(VERSION 3.26)

# Don't let cmake set a default value for CMAKE_CUDA_ARCHITECTURES
cmake_policy(SET CMP0104 OLD)
cmake_policy(SET CMP0148 NEW)
if(POLICY CMP0148)
cmake_policy(SET CMP0148 NEW)
endif()
# Project
project(onnxruntime C CXX ASM)

Expand Down

0 comments on commit 997c4e6

Please sign in to comment.