Skip to content

Commit

Permalink
Update RobSupPurePythonYCMEPHelper.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Apr 14, 2022
1 parent 1a7ef60 commit e428f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/RobSupPurePythonYCMEPHelper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include(YCMEPHelper)

function(ROB_SUP_PURE_PYTHON_YCM_EP_HELPER _name)
# Dependencies
find_package(Python3 COMPONENTS Interpreter NumPy REQUIRED)
find_package(Python3 COMPONENTS Interpreter REQUIRED)

execute_process(COMMAND ${Python3_EXECUTABLE}
-c "from distutils import sysconfig; print(sysconfig.get_python_lib(1,0,prefix=''))"
Expand Down

0 comments on commit e428f9f

Please sign in to comment.