1 diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
2 index 911e280..d484943 100644
3 --- a/src/python/CMakeLists.txt
4 +++ b/src/python/CMakeLists.txt
6 find_package(Python3 COMPONENTS Interpreter Development.Module REQUIRED)
11 - GIT_REPOSITORY https://github.com/pybind/pybind11
13 -FetchContent_MakeAvailable(pybind11)
15 +find_package(pybind11 REQUIRED)
16 add_library(ale-py MODULE ale_python_interface.cpp)
17 # Depend on the ALE and pybind11 module
18 target_link_libraries(ale-py PUBLIC ale ale-lib)