Skip to content

Commit

Permalink
Merge pull request #247 from k-okada/fix_noetic
Browse files Browse the repository at this point in the history
On Noetic build environment, only python3 is available
  • Loading branch information
k-okada committed Jul 25, 2022
2 parents 6ecd724 + 2725059 commit 6749740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euscollada/CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(euscollada)

# check rosversion if >=indigo
execute_process(
COMMAND python -c "import sys; sys.exit(ord('$ENV{ROS_DISTRO}'[0]) >= ord('indigo'[0]))"
COMMAND python$ENV{ROS_PYTHON_VERSION} -c "import sys; sys.exit(ord('$ENV{ROS_DISTRO}'[0]) >= ord('indigo'[0]))"
RESULT_VARIABLE rosversion_ge_indigo)

# noetic collada_urdf could not find_packag-ed due to https://github.com/ros/collada_urdf/issues/43
Expand Down

0 comments on commit 6749740

Please sign in to comment.