Skip to content

Commit b2bdccc

Browse files
committed
fix: update unit test CMake minimum version
Raise the unit test CMake minimum version to 3.5 so CMake 4 can configure the test project without relying on removed compatibility for older versions. Generated-by: OpenAI Codex Signed-off-by: aineoae86-sys <ai.neo.ae86@gmail.com>
1 parent 8638e9e commit b2bdccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include(${MODULE_ROOT_DIR}/backoffAlgorithmFilePaths.cmake)
33

44
project ("backoff algorithm unit test")
5-
cmake_minimum_required (VERSION 3.2.0)
5+
cmake_minimum_required (VERSION 3.5)
66

77
# ==================== Define your project name (edit) ========================
88
set(project_name "backoff_algorithm")

0 commit comments

Comments
 (0)