We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3068c0 commit 8e12347Copy full SHA for 8e12347
CMakeLists.txt
@@ -101,7 +101,6 @@ if(LINUX)
101
file(STRINGS "/etc/os-release" DISTRO_ID_LIKE REGEX "ID_LIKE")
102
if(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
103
set(RHEL_BUILD ON)
104
- set(PYBIND11_PYTHON_VERSION 3.12)
105
endif(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
106
endif(LINUX)
107
FetchContent_MakeAvailable(pybind11)
0 commit comments