Skip to content

Commit

Permalink
update cmake_minimum_required to 3.22.1 (KhronosGroup#5925)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Dec 23, 2024
1 parent 9295a8b commit becf97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.17.2)
cmake_minimum_required(VERSION 3.22.1)

project(spirv-tools)

Expand Down

0 comments on commit becf97f

Please sign in to comment.