moved .so into package

This commit is contained in:
Erik Frojdh
2023-08-24 11:50:33 +02:00
parent dd1690d7a1
commit acf2ab4295
22 changed files with 33 additions and 65 deletions

View File

@ -294,7 +294,7 @@ if (SLS_USE_INTEGRATION_TESTS)
endif (SLS_USE_INTEGRATION_TESTS)
if (SLS_USE_PYTHON)
find_package (Python 3.6 COMPONENTS Interpreter Development)
find_package (Python 3.6 COMPONENTS Interpreter Development.Module)
if(SLS_FETCH_PYBIND11_FROM_GITHUB)
FetchContent_Declare(
pybind11