You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I type FindPython at the beginning of a line and use the completion, it helps me out and creates the find_package call with the right arguments.
However, if I already have typed the find_package and am now putting find_package(FindPython and then accept the completion, it still creates the find_package command, resulting in
find_package(find_package(Python REQUIRED))
This is erroneous.
The text was updated successfully, but these errors were encountered:
Brief Issue Summary
If I type FindPython at the beginning of a line and use the completion, it helps me out and creates the
find_package
call with the right arguments.However, if I already have typed the
find_package
and am now puttingfind_package(FindPython
and then accept the completion, it still creates thefind_package
command, resulting infind_package(find_package(Python REQUIRED))
This is erroneous.
The text was updated successfully, but these errors were encountered: