···11-diff --git a/tree/CMakeLists.txt b/tree/CMakeLists.txt
22-index 4fd1b1a..2d1d9d3 100644
33---- a/tree/CMakeLists.txt
44-+++ b/tree/CMakeLists.txt
55-@@ -40,16 +40,6 @@ if (NOT (WIN32 OR MSVC))
66- endif()
77- endif()
88-99--if(APPLE)
1010-- # On MacOS:
1111-- # -undefined dynamic_lookup is necessary for pybind11 linking
1212-- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-everything -w -undefined dynamic_lookup")
1313--
1414-- # On MacOS, we need this so that CMake will use the right Python if the user
1515-- # has a virtual environment active
1616-- set (CMAKE_FIND_FRAMEWORK LAST)
1717--endif()
1818--
1919- # Fetch pybind to be able to use pybind11_add_module symbol.
2020- set(PYBIND_VER v2.10.1)
2121- include(FetchContent)