Skip to content

Commit

Permalink
Bump cmake max supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikePopoloski committed Apr 5, 2024
1 parent bd4bd10 commit 94b38c6
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 @@ -4,7 +4,7 @@
# ~~~

# slang - cmake entry point
cmake_minimum_required(VERSION 3.20...3.26)
cmake_minimum_required(VERSION 3.20...3.29)

# Determine if slang is built as a subproject (using add_subdirectory) or if it
# is the master project.
Expand Down

0 comments on commit 94b38c6

Please sign in to comment.