From 1c95a4fdacb86eb46eaac0e7a7203a48a396ce62 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Thu, 25 Nov 2010 11:40:04 +0000 Subject: [PATCH] include gpu tests in dally build --- tests/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 793ff7cef..917fe0d60 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -5,13 +5,13 @@ add_subdirectory(cxcore) add_subdirectory(ml) add_subdirectory(cxts) -if(WITH_CUDA) - set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU") +#if(WITH_CUDA) +# set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU") - if(BUILD_TESTS_GPU AND WITH_CUDA) +# if(BUILD_TESTS_GPU AND WITH_CUDA) add_subdirectory(gpu) - endif() -endif() +# endif() +#endif()