Skip to content

Commit 7eae63c

Browse files
committed
build: bump cmake_minimum_required to 3.20
1 parent 5857503 commit 7eae63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.10)
15+
cmake_minimum_required(VERSION 3.20)
1616

1717
if(POLICY CMP0167)
1818
cmake_policy(SET CMP0167 NEW)

0 commit comments

Comments
 (0)