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 d52df05 commit 407b0b1Copy full SHA for 407b0b1
tests/packages/dynamic_metadata/CMakeLists.txt
@@ -11,3 +11,5 @@ set(Python_SOABI ${SKBUILD_SOABI})
11
python_add_library(_module MODULE src/module.c WITH_SOABI)
12
13
install(TARGETS _module DESTINATION ${SKBUILD_PROJECT_NAME})
14
+install(
15
+ CODE "execute_process(COMMAND ${Python_EXECUTABLE} -V COMMAND_ECHO STDOUT)")
0 commit comments