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
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
Line 3 of src/SiftGPU/CMakeLists.txt:
find_package(Glew)is incorrect. It should be
find_package(GLEW)Making this change lets me compile successfully in Ubuntu. It probably works in Windows even without this change, anyway.