Skip to content

Commit

Permalink
fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Dec 14, 2024
1 parent b5a60a9 commit 0e6a7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/libpython/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ else()
)

if(PY_VERSION VERSION_LESS "3.13")
if(PY_VERSION VERSION_EQUAL "3.12")
if(PY_VERSION VERSION_GREATER_EQUAL "3.12")
set(DEEPFREEZE_PY ${SRC_DIR}/Tools/build/deepfreeze.py)
else()
set(DEEPFREEZE_PY ${SRC_DIR}/Tools/scripts/deepfreeze.py)
Expand Down

0 comments on commit 0e6a7ab

Please sign in to comment.