Skip to content

Commit 407b0b1

Browse files
committed
tests: add test for CMake path
Signed-off-by: Henry Schreiner <[email protected]>
1 parent d52df05 commit 407b0b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/packages/dynamic_metadata/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ set(Python_SOABI ${SKBUILD_SOABI})
1111
python_add_library(_module MODULE src/module.c WITH_SOABI)
1212

1313
install(TARGETS _module DESTINATION ${SKBUILD_PROJECT_NAME})
14+
install(
15+
CODE "execute_process(COMMAND ${Python_EXECUTABLE} -V COMMAND_ECHO STDOUT)")

0 commit comments

Comments
 (0)