From 02e81fb72242cecf95eda2e66b8101a1097acbbd Mon Sep 17 00:00:00 2001 From: Muchang Bahng Date: Mon, 6 Jan 2025 19:18:56 -0500 Subject: [PATCH] updated CMakeLists and removed comments --- aten/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/aten/CMakeLists.txt b/aten/CMakeLists.txt index 356886a..d30ab75 100644 --- a/aten/CMakeLists.txt +++ b/aten/CMakeLists.txt @@ -42,14 +42,7 @@ else() endif() if(BUILD_PYTHON_BINDINGS) - # Enable new CMake FindPython set(PYBIND11_FINDPYTHON ON) - - # Force Python paths - # set(Python_EXECUTABLE ${PYTHON_EXECUTABLE}) - # set(Python_INCLUDE_DIR ${PYTHON_INCLUDE_DIR}) - - # Find Python first find_package(Python REQUIRED COMPONENTS Interpreter Development) message(STATUS "Python executable: ${Python_EXECUTABLE}")