Skip to content

Commit aad8e9a

Browse files
committed
Revert "add policy"
This reverts commit 68053c5.
1 parent 37dbd83 commit aad8e9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ runs:
100100
-D BUILD_LIB_TYPE=dynamic
101101
-D RUNTIME_LIB_TYPE=MT
102102
-D CMAKE_OSX_ARCHITECTURES:STRING="${{ inputs.arch }}"
103-
-D CMAKE_POLICY_VERSION_MINIMUM=3.5
104103
${{ env.ADDITIONAL_CMAKE_OPTIONS }}
105104
shell: ${{ inputs.shell_type }}
106105
# 10万行超えの警告が出るので一時的な処置として警告を抑制しています。
@@ -122,7 +121,6 @@ runs:
122121
-D BUILD_LIB_TYPE=static
123122
-D RUNTIME_LIB_TYPE=MD
124123
-D CMAKE_OSX_ARCHITECTURES:STRING="${{ inputs.arch }}"
125-
-D CMAKE_POLICY_VERSION_MINIMUM=3.5
126124
${{ env.ADDITIONAL_CMAKE_OPTIONS }}
127125
shell: ${{ inputs.shell_type }}
128126

@@ -139,7 +137,6 @@ runs:
139137
-D CMAKE_CXX_FLAGS="-w"
140138
-D BUILD_LIB_TYPE=static
141139
-D RUNTIME_LIB_TYPE=MD
142-
-D CMAKE_POLICY_VERSION_MINIMUM=3.5
143140
${{ env.ADDITIONAL_CMAKE_OPTIONS }}
144141
shell: ${{ inputs.shell_type }}
145142

0 commit comments

Comments
 (0)