Skip to content

Commit

Permalink
#2115: require CMake 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs authored and PhilMiller committed Mar 29, 2023
1 parent d8ba603 commit f08a785
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.17 FATAL_ERROR)
cmake_minimum_required(VERSION 3.23 FATAL_ERROR)

file(READ "VERSION" _vt_version_str)
string(STRIP "${_vt_version_str}" _vt_version_str)
Expand Down

0 comments on commit f08a785

Please sign in to comment.