Skip to content

Commit

Permalink
Update CMake to 3.16 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark authored Aug 4, 2024
1 parent 90add1d commit c07ddbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16)

project(spirv-reflect)

Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.16)

project(examples)

Expand Down
2 changes: 1 addition & 1 deletion tests/cpp/noncopyable/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.16)

project(noncopyable)

Expand Down

0 comments on commit c07ddbd

Please sign in to comment.