Commit 552e9e7e by pybind11_abseil authors Committed by Copybara-Service

Removed unneeded FIND line that was causing issues on older CMakes

PiperOrigin-RevId: 597049635
parent 970ac197
......@@ -16,8 +16,6 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.24)
cmake_policy(SET CMP0135 NEW)
endif()
find_package(Python3 COMPONENTS interpreter development)
FetchContent_Declare(
abseil-cpp
URL https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.0.tar.gz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment