Skip to content

Commit

Permalink
cmake_policy(SET CMP0146 NEW) してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
enm10k committed Jan 18, 2024
1 parent 793250e commit bf9233c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 3.23)
cmake_policy(SET CMP0054 NEW)
# MSVC runtime library flags are selected by an abstraction.
cmake_policy(SET CMP0091 NEW)
# Enable FindCUDA
cmake_policy(SET CMP0146 NEW)

set(SORA_CPP_SDK_TARGET "" CACHE STRING "ビルドターゲット")
set(WEBRTC_INCLUDE_DIR "" CACHE PATH "WebRTC のインクルードディレクトリ")
Expand Down

0 comments on commit bf9233c

Please sign in to comment.