Skip to content

Commit f6e0c26

Browse files
committed
chore: Display SKBUILD_SOABI and Python_SOABI
1 parent 39f888c commit f6e0c26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/vtk-sdk-urls.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# Set URLs for downloading the VTK SDK stored as a tar.xz archive on Kitware
33
# hosted server
44

5+
message(STATUS "SKBUILD_SOABI: ${SKBUILD_SOABI}")
6+
message(STATUS "Python_SOABI: ${Python_SOABI}")
7+
58
message(STATUS "Setting VTK_SDK_BINARY_URL")
69

710
# Python and ABI tags

0 commit comments

Comments
 (0)