Forceflow / cuda_voxelizer

CUDA Voxelizer to convert polygon meshes into annotated voxel grids
MIT License
595 stars 98 forks source link

glm/glm.hpp: No such file or directory #24

Closed etasnadi closed 4 years ago

etasnadi commented 4 years ago

Can't build on Ubuntu 16.04 even if I set up the GLM_INCLUDE_DIR correctly. cuda_voxelizer/./src/thrust_operations.cuh:14:23: fatal error: glm/glm.hpp: No such file or directory

etasnadi commented 4 years ago

Works if the libglm-dev installed using apt install instead of downloading from the website.