Skip to content

Commit 0051806

Browse files
committed
Lower cmake_minimum_required in test
1 parent bebd0b4 commit 0051806

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/packages/cmake_defines/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.26)
1+
cmake_minimum_required(VERSION 3.15)
22
project(cmake_defines LANGUAGES NONE)
33

44
set(ONE_LEVEL_LIST

tests/packages/cmake_defines/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.scikit-build]
2-
cmake.version = '>=3.26'
2+
cmake.version = '>=3.15'
33

44
[tool.scikit-build.cmake.define]
55
ONE_LEVEL_LIST = [

0 commit comments

Comments
 (0)