Skip to content

Commit

Permalink
Revert "apply jsk-ros-pkg/jsk_model_tools#247, On Noetic build enviro…
Browse files Browse the repository at this point in the history
…nment, only python3 is available"

This reverts commit e0a81bb.
  • Loading branch information
k-okada committed Nov 30, 2023
1 parent e0a81bb commit f258269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(euscollada)

# check rosversion if >=indigo
execute_process(
COMMAND python$ENV{ROS_PYTHON_VERSION} -c "import sys; sys.exit(ord('$ENV{ROS_DISTRO}'[0]) >= ord('indigo'[0]))"
COMMAND python -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 f258269

Please sign in to comment.