Skip to content

Commit

Permalink
Update cmake_minimum_version to 3.16
Browse files Browse the repository at this point in the history
Follows the update to https://opensource.google/documentation/policies/cplusplus-support

Bug: crbug.com/385728496
Change-Id: Ia03250afd1b6a9c80bd282ea9172ea0f1117d097
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220374
Commit-Queue: David Neto <[email protected]>
Reviewed-by: dan sinclair <[email protected]>
  • Loading branch information
dneto0 authored and Dawn LUCI CQ committed Dec 23, 2024
1 parent 63466f6 commit 07d1526
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 @@ -26,7 +26,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# As per https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.16)

# - Since we are past CMake 3.12 we can add CONFIGURE_DEPENDS to DawnGenerator to rerun CMake
# in case any of the generator files changes. We should also remove the CACHE "" FORCE stuff to
Expand Down

0 comments on commit 07d1526

Please sign in to comment.