From 12c5844bc932698d216233eeeba10275e4e0efe0 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 28 Apr 2022 11:38:07 +0200 Subject: [PATCH] removed commented out lines --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) 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)