Skip to content

Commit

Permalink
reverted from python 3.11 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mayagokhale committed Aug 27, 2024
1 parent a61c455 commit f651563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ if ("${ENABLE_VERILOG_TESTS}" STREQUAL "")
else()
set( V_TESTS_ON ${ENABLE_VERILOG_TESTS} )
if (V_TESTS_ON)
find_package(PythonInterp 3.11 REQUIRED)
find_package(PythonInterp 3 REQUIRED)
endif()
if (V_TESTS_ON)
if ("${HDL}" STREQUAL "")
Expand All @@ -190,7 +190,7 @@ if ("${ENABLE_HARDWARE_FLOW}" STREQUAL "")
else()
set( HW_FLOW_ON ${ENABLE_HARDWARE_FLOW} )
if (HW_FLOW_ON)
find_package(PythonInterp 3.11 REQUIRED)
find_package(PythonInterp 3 REQUIRED)
endif()
if("${HDL}" STREQUAL "")
set( PLUGIN_HDL ON )
Expand Down

0 comments on commit f651563

Please sign in to comment.