We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebd0b4 commit 0051806Copy full SHA for 0051806
tests/packages/cmake_defines/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.26)
+cmake_minimum_required(VERSION 3.15)
2
project(cmake_defines LANGUAGES NONE)
3
4
set(ONE_LEVEL_LIST
tests/packages/cmake_defines/pyproject.toml
@@ -1,5 +1,5 @@
[tool.scikit-build]
-cmake.version = '>=3.26'
+cmake.version = '>=3.15'
[tool.scikit-build.cmake.define]
5
ONE_LEVEL_LIST = [
0 commit comments