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
include(PythonPackage)
find_python_package(<NAME>
[REQUIRED] -- will fail if package not found
[VERSIONversion] -- minimum version
[EXACT] -- must find exact version
[QUIET] -- silence is golden
)
Sets ${NAME}_FOUND, as well as ${NAME}_LOCATION containing the directory where the module resides, and ${NAME}_VERSION_STRING the version of the package.