Skip to content

Commit

Permalink
Remove Strict Requirement (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 authored Dec 10, 2024
1 parent f3068c0 commit 8e12347
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ if(LINUX)
file(STRINGS "/etc/os-release" DISTRO_ID_LIKE REGEX "ID_LIKE")
if(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
set(RHEL_BUILD ON)
set(PYBIND11_PYTHON_VERSION 3.12)
endif(${DISTRO_ID_LIKE} MATCHES "rhel|centos")
endif(LINUX)
FetchContent_MakeAvailable(pybind11)
Expand Down

0 comments on commit 8e12347

Please sign in to comment.