diff --git a/CMakeLists.txt b/CMakeLists.txt index 38106c801..ae0f6b036 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,8 +226,6 @@ if (SLS_USE_INTEGRATION_TESTS) endif (SLS_USE_INTEGRATION_TESTS) if (SLS_USE_PYTHON) - # find_package (Python 3.6 COMPONENTS Interpreter Development) - # add_subdirectory(libs/pybind11) add_subdirectory(python) endif(SLS_USE_PYTHON)