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 8322513 commit 02ebc76Copy full SHA for 02ebc76
CMakeLists.txt
@@ -65,10 +65,10 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
65
66
message(STATUS "CMake ${CMAKE_VERSION}")
67
68
- if(DEFINED SKBUILD AND DEFINED ENV{PYBIND11_GLOBAL_PREFIX})
+ if(DEFINED SKBUILD AND DEFINED ENV{PYBIND11_GLOBAL_SDIST})
69
message(
70
FATAL_ERROR
71
- "PYBIND11_GLOBAL_PREFIX is not supported, use nox -s build_global or a pybind11-global SDist instead."
+ "PYBIND11_GLOBAL_SDIST is not supported, use nox -s build_global or a pybind11-global SDist instead."
72
)
73
endif()
74
0 commit comments