From db7414c484bea20e81680b0aefb26e8a14a88b0b Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 9 May 2011 00:50:52 +0100 Subject: [PATCH] Removed automatic CUDA compiler detection... --- glm/core/setup.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glm/core/setup.hpp b/glm/core/setup.hpp index 506d8767..06c6010f 100644 --- a/glm/core/setup.hpp +++ b/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