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 3bd2034 commit a932f7aCopy full SHA for a932f7a
tests/test_cmake_build/CMakeLists.txt
@@ -68,7 +68,9 @@ if(PYBIND11_INSTALL)
68
mock_install ${CMAKE_COMMAND} "-DCMAKE_INSTALL_PREFIX=${pybind11_BINARY_DIR}/mock_install" -P
69
"${pybind11_BINARY_DIR}/cmake_install.cmake")
70
71
- pybind11_add_build_test(installed_function INSTALL)
+ if(NOT "${PYTHON_MODULE_EXTENSION}" MATCHES "graalpy")
72
+ pybind11_add_build_test(installed_function INSTALL)
73
+ endif()
74
pybind11_add_build_test(installed_target INSTALL)
75
if(NOT
76
("${PYTHON_MODULE_EXTENSION}" MATCHES "pypy"
0 commit comments