Skip to content

Commit

Permalink
Bump required CMake version to 3.5
Browse files Browse the repository at this point in the history
This is necessary to avoid deprecation warnings with CMake 3.27+
  • Loading branch information
zeux committed Jul 30, 2023
1 parent d1f44cc commit 7d1780e
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.0)
cmake_minimum_required(VERSION 3.5)
cmake_policy(PUSH)
cmake_policy(SET CMP0048 NEW) # project(... VERSION ...) support

Expand Down

0 comments on commit 7d1780e

Please sign in to comment.