mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
make_policy(SET CMP0104 OLD) (#8793)
This commit is contained in:
parent
b7971575f8
commit
00eca42413
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ cmake_policy(SET CMP0091 NEW)
|
|||
if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.20")
|
||||
cmake_policy(SET CMP0117 NEW)
|
||||
endif()
|
||||
# Don't let cmake set a default value for CMAKE_CUDA_ARCHITECTURES
|
||||
cmake_policy(SET CMP0104 OLD)
|
||||
|
||||
# Project
|
||||
project(onnxruntime C CXX)
|
||||
|
|
|
|||
Loading…
Reference in a new issue