Removed automatic CUDA compiler detection...

master
Christophe Riccio ago%!(EXTRA string=14 years)
parent a16e6d7165
commit db7414c484
  1. 2
      glm/core/setup.hpp

@ -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…
Cancel
Save