Skip to content

Commit

Permalink
Revert "add support for no gil python"
Browse files Browse the repository at this point in the history
This reverts commit 69c44d5.
  • Loading branch information
lhstrh committed Jun 5, 2024
1 parent a3c682e commit a8ffd51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ private static String setUpMainTarget(
add_subdirectory(core)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR})
set(LF_MAIN_TARGET <pyModuleName>)
find_package(Python 3.9.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
find_package(Python 3.10.0...<3.11.0 REQUIRED COMPONENTS Interpreter Development)
Python_add_library(
${LF_MAIN_TARGET}
MODULE
Expand Down

0 comments on commit a8ffd51

Please sign in to comment.