From 09d07e3936eafbc2d457bcb86258b06d686d4004 Mon Sep 17 00:00:00 2001 From: Olivier Roussel Date: Mon, 20 Jan 2025 15:34:00 +0100 Subject: [PATCH] Remove deprecated python2.7 support --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7faebd9..0af8de7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,8 +97,6 @@ if (CollisionOBBCapsule_FOUND) endif() # Config files and install rules for pythons scripts -sofa_install_pythonscripts(PLUGIN_NAME ${PROJECT_NAME} PYTHONSCRIPTS_SOURCE_DIR "python") - find_file(SofaPython3Tools NAMES "SofaPython3/lib/cmake/SofaPython3/SofaPython3Tools.cmake") if(SofaPython3Tools) message("-- Found SofaPython3Tools.")