Skip to content

Commit

Permalink
Fix typo in cmake file (moveit#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucarinelli authored and v4hn committed Mar 31, 2020
1 parent b4b327b commit 6b80d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/planning_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ find_package(PythonLibs "${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}" REQUIR
find_package(Boost REQUIRED)
if(Boost_VERSION LESS 106700)
set(BOOST_PYTHON_COMPONENT python)
elseif()
else()
set(BOOST_PYTHON_COMPONENT python${PYTHON_VERSION_MAJOR}${PYTHON_VERSION_MINOR})
endif()

Expand Down

0 comments on commit 6b80d7a

Please sign in to comment.