Skip to content

Commit e41fcd8

Browse files
authored
build: add upper bound to cmake_minimum_required version (#244)
1 parent 806842c commit e41fcd8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ chewing-editor.dSYM/
3030
chewing-editor.app/
3131

3232
Testing/
33+
/build/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/c_flag_overrides.cmake)
2020
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_flag_overrides.cmake)
2121

22-
cmake_minimum_required(VERSION 3.0.0)
22+
cmake_minimum_required(VERSION 3.0.0...3.31.6)
2323
project(chewing-editor VERSION 0.1.1)
2424

2525
cmake_policy(SET CMP0020 NEW)

0 commit comments

Comments
 (0)