Removed automatic CUDA compiler detection...

This commit is contained in:
Christophe Riccio 2011-05-09 00:50:52 +01:00
parent a16e6d7165
commit db7414c484

View File

@ -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