when "just" setting CMAKE_INSTALL_PREFIX when invoking cmake, installation of regina-python fails with
CMake Error at python/regina/cmake_install.cmake:54 (file):
file cannot create directory: /usr/lib/python3.12/site-packages/regina.
Maybe need administrative privileges.
Call Stack (most recent call first):
python/cmake_install.cmake:83 (include)
cmake_install.cmake:50 (include)
when it should actually install into $CMAKE_INSTALL_PREFIX/lib/python3.12/site-packages/regina...
(REGINA_INSTALL_TYPE is set to XDG, but DESTDIR is unset)