forgot to commit cvconfig.h.cmake
authorAlexey Spizhevoy <no@email>
Wed, 2 Feb 2011 07:03:29 +0000 (07:03 +0000)
committerAlexey Spizhevoy <no@email>
Wed, 2 Feb 2011 07:03:29 +0000 (07:03 +0000)
cvconfig.h.cmake

index e04cc47..e805082 100644 (file)
 /* Compile for 'virtual' NVIDIA PTX architectures */
 #define CUDA_ARCH_PTX "${OPENCV_CUDA_ARCH_PTX}"
 
+/* NVIDIA GPU features are used */
+#define CUDA_ARCH_FEATURES "${OPENCV_CUDA_ARCH_FEATURES}"
+
 /* Create PTX or BIN for 1.0 compute capability */
 #cmakedefine CUDA_ARCH_BIN_OR_PTX_10