Skip to content

Commit a5c6587

Browse files
committed
CMAKE Versionを強制的に変更
1 parent 1851c16 commit a5c6587

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ runs:
100100
-D BUILD_LIB_TYPE=dynamic
101101
-D RUNTIME_LIB_TYPE=MT
102102
-D CMAKE_OSX_ARCHITECTURES:STRING="${{ inputs.arch }}"
103+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
103104
${{ env.ADDITIONAL_CMAKE_OPTIONS }}
104105
shell: ${{ inputs.shell_type }}
105106
# 10万行超えの警告が出るので一時的な処置として警告を抑制しています。

0 commit comments

Comments
 (0)