Skip to content

Commit ee72467

Browse files
committed
[C] Bump mimium required CMake version to 3.30.
1 parent 0bc446c commit ee72467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# limitations under the License.
1515
#
1616

17-
cmake_minimum_required(VERSION 3.6.1 FATAL_ERROR)
18-
cmake_policy(VERSION 3.6.1)
17+
cmake_minimum_required(VERSION 3.30 FATAL_ERROR)
18+
cmake_policy(VERSION 3.30)
1919

2020
file(STRINGS version.txt SBE_VERSION_TXT LIMIT_COUNT 1 REGEX "^[0-9]+(\\.[0-9]+)+")
2121
string(REGEX REPLACE "^([0-9]+(\\.[0-9]+)+).*$" "\\1" SBE_VERSION_NUMERIC "${SBE_VERSION_TXT}")

0 commit comments

Comments
 (0)