Skip to content

Commit 8e12347

Browse files
authored
Remove Strict Requirement (#389)
1 parent f3068c0 commit 8e12347

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ if(LINUX)
101101
file(STRINGS "/etc/os-release" DISTRO_ID_LIKE REGEX "ID_LIKE")
102102
if(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
103103
set(RHEL_BUILD ON)
104-
set(PYBIND11_PYTHON_VERSION 3.12)
105104
endif(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
106105
endif(LINUX)
107106
FetchContent_MakeAvailable(pybind11)

0 commit comments

Comments
 (0)