Merge branch '0.9.6' of https://github.com/g-truc/glm into 0.9.6

This commit is contained in:
Christophe Riccio 2014-03-15 21:49:18 +01:00
commit 3c562d534f

View File

@ -211,6 +211,9 @@
// CUDA
#elif defined(__CUDACC__)
# if !defined(CUDA_VERSION) && !defined(GLM_FORCE_CUDA)
# include <cuda.h> // make sure version is defined since nvcc does not define it itself!
# endif
# if CUDA_VERSION < 3000
# error "GLM requires CUDA 3.0 or higher"
# else