We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955b9c1 commit 314af12Copy full SHA for 314af12
CMakeLists.txt
@@ -105,6 +105,11 @@ if(PHREEQCRM_BUILD_PYTHON)
105
# ie -DPython_ROOT_DIR=C:/Python38-x64
106
endif()
107
108
+if(DEFINED SKBUILD)
109
+ # see https://scikit-build-core.readthedocs.io/en/latest/cmakelists.html
110
+ set(Python_SOABI ${SKBUILD_SOABI})
111
+endif()
112
+
113
option(PHREEQCRM_NO_UTF8_ENCODING "Build without utf-8 encoding" OFF)
114
115
set(PhreeqcRM_SOURCES
0 commit comments