only development with pybind
Some checks failed
Build on RHEL9 / build (push) Failing after 7s
Build on RHEL8 / build (push) Failing after 16s

This commit is contained in:
froejdh_e 2025-04-22 14:30:17 +02:00
parent ab2f06d15b
commit 091ae3de20

View File

@ -329,7 +329,7 @@ if (SLS_USE_INTEGRATION_TESTS)
endif (SLS_USE_INTEGRATION_TESTS) endif (SLS_USE_INTEGRATION_TESTS)
if (SLS_USE_PYTHON) if (SLS_USE_PYTHON)
find_package (Python 3.8 COMPONENTS Interpreter Development) find_package (Python 3.8 COMPONENTS Interpreter Development.Modules REQUIRED)
if(SLS_FETCH_PYBIND11_FROM_GITHUB) if(SLS_FETCH_PYBIND11_FROM_GITHUB)
FetchContent_Declare( FetchContent_Declare(
pybind11 pybind11