Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

GLEW #19

@SiddhantRanade

Description

@SiddhantRanade

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions