mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +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
|
||||
|
||||
// CUDA
|
||||
/*
|
||||
#elif defined(__CUDACC__)
|
||||
# if CUDA_VERSION < 3000
|
||||
# error "GLM requires CUDA 3.0 or higher"
|
||||
@ -183,6 +184,7 @@
|
||||
# else
|
||||
# define GLM_COMPILER GLM_COMPILER_CUDA
|
||||
# endif
|
||||
*/
|
||||
|
||||
#else
|
||||
# define GLM_COMPILER GLM_COMPILER_UNKNOWN
|
||||
|
Loading…
Reference in New Issue
Block a user