Skip to content

Commit 254b8c6

Browse files
committed
fix(tools): add max cmake version
1 parent 138f413 commit 254b8c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required (VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.2...3.25)
22
project(sjson-cpp CXX)
33

44
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake")

tests/main_android/app/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.2)
1+
cmake_minimum_required(VERSION 3.2...3.25)
22
project(sjson-cpp_unit_tests CXX)
33

44
# Project root is <sjson-cpp-dir>\tests\main_android

0 commit comments

Comments
 (0)