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