Skip to content

Commit

Permalink
Merge commit '314af1236739afc3c25e6325f2edcb1781c5f3c6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Darth Vader committed Dec 20, 2024
2 parents e9ef8ca + 314af12 commit a9254ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/phast/PhreeqcRM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ if(PHREEQCRM_BUILD_PYTHON)
# ie -DPython_ROOT_DIR=C:/Python38-x64
endif()

if(DEFINED SKBUILD)
# see https://scikit-build-core.readthedocs.io/en/latest/cmakelists.html
set(Python_SOABI ${SKBUILD_SOABI})
endif()

option(PHREEQCRM_NO_UTF8_ENCODING "Build without utf-8 encoding" OFF)

set(PhreeqcRM_SOURCES
Expand Down

0 comments on commit a9254ca

Please # to comment.