Skip to content

Commit

Permalink
updated CMakeLists and removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mbahng committed Jan 11, 2025
1 parent 53fa481 commit 02e81fb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions aten/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 02e81fb

Please sign in to comment.