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
Summary:
Minor fixes to CMake build for flashlight and wav2letter++:
- Use `find_package` instead of `find_dependency` for compatibility
- Only search for flashlight backend-specific dependencies if the backend requiring those dependencies is explicitly selected. This is a stopgap fix; the eventual goal is to always search for all bakcend-specific dependencies and build all flashlight backends for which dependencies exist, but this requires some reconfiguration with teh buidl that will happen down the line.
Reviewed By: vineelpratap
Differential Revision: D13548638
fbshipit-source-id: c3e3224597780bab433a4176cb58c6cd5fe7c28c
0 commit comments