mirror of
https://github.com/g-truc/glm.git
synced 2024-11-23 09:14:34 +00:00
Removed automatic CUDA compiler detection...
This commit is contained in:
parent
a16e6d7165
commit
db7414c484
@ -169,6 +169,7 @@
|
|||||||
# define GLM_COMPILER GLM_COMPILER_CODEWARRIOR
|
# define GLM_COMPILER GLM_COMPILER_CODEWARRIOR
|
||||||
|
|
||||||
// CUDA
|
// CUDA
|
||||||
|
/*
|
||||||
#elif defined(__CUDACC__)
|
#elif defined(__CUDACC__)
|
||||||
# if CUDA_VERSION < 3000
|
# if CUDA_VERSION < 3000
|
||||||
# error "GLM requires CUDA 3.0 or higher"
|
# error "GLM requires CUDA 3.0 or higher"
|
||||||
@ -183,6 +184,7 @@
|
|||||||
# else
|
# else
|
||||||
# define GLM_COMPILER GLM_COMPILER_CUDA
|
# define GLM_COMPILER GLM_COMPILER_CUDA
|
||||||
# endif
|
# endif
|
||||||
|
*/
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# define GLM_COMPILER GLM_COMPILER_UNKNOWN
|
# define GLM_COMPILER GLM_COMPILER_UNKNOWN
|
||||||
|
Loading…
Reference in New Issue
Block a user