Skip to content

Commit

Permalink
s/i.e./e.x/g
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Feb 15, 2024
1 parent d2bc5c6 commit 038d27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ament_cmake_core/cmake/core/python.cmake
Expand Up @@ -21,11 +21,11 @@ if(NOT TARGET Python3::Interpreter)
# We expect that Python dependencies are met for whatever Python interpreter
# is invoked by the "python3" executable, however this may not be the latest
# Python version installed on the system. The default behavior of
# find_package(Python3) is to use the latest version (i.e. python3.12), so we
# find_package(Python3) is to use the latest version (e.x. python3.12), so we
# specifically look for a "python3" executable and if found, instruct
# find_package(Python3) to use that.
# On Windows, the find_package(Python3) logic is different and doesn't
# appear to prefer specific versions (i.e. python3.12) over plain
# appear to prefer specific versions (e.x. python3.12) over plain
# "python.exe" so this extra logic is unnecessary there.
if(NOT WIN32 AND NOT Python3_EXECUTABLE)
find_program(Python3_EXECUTABLE python3)
Expand Down

0 comments on commit 038d27c

Please sign in to comment.