pointcloudAI / libDepthEye

MIT License
1 stars 2 forks source link

Fails building for Mac, GLFW missing #1

Open snibbe opened 2 years ago

snibbe commented 2 years ago

When building for Mac, the following error occurs:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GLFW3_LIBRARIES
    linked by target "Tof_GLFW" in directory /Users/snibbe/Library/Mobile Documents/com~apple~CloudDocs/snibbe/Snibbe-Studio/test/libDepthEye-main/examples/Tof_GLFW

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.

Can you advise? I just bought a DepthEye 2 camera.

pointcloudAI commented 3 days ago

Please try below common to install glfw support : brew install glfw3