Skip to content

Commit

Permalink
Make that FindWayland warning shut up
Browse files Browse the repository at this point in the history
Hopefully "stable" distros use a not-ancient-enough CMake version that
this should be okay.
  • Loading branch information
nadiaholmquist committed Dec 26, 2023
1 parent f16de40 commit 4d3af0d
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.15)
cmake_minimum_required(VERSION 3.16)

cmake_policy(VERSION 3.15)
if (POLICY CMP0076)
Expand Down

0 comments on commit 4d3af0d

Please sign in to comment.