File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments