Skip to content

Commit

Permalink
python: Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 29, 2024
1 parent 2b82968 commit c6f13bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ macro(FINDPYTHON)
endif()
endif()

# Avoid Windows path
# Avoid paths in Windows format
if(PYTHON_SITELIB)
file(TO_CMAKE_PATH "${PYTHON_SITELIB}" PYTHON_SITELIB)
endif()
Expand Down

0 comments on commit c6f13bb

Please sign in to comment.