Commit 1c95a4fd authored by Anatoly Baksheev's avatar Anatoly Baksheev

include gpu tests in dally build

parent abfcf8a2
...@@ -5,13 +5,13 @@ add_subdirectory(cxcore) ...@@ -5,13 +5,13 @@ add_subdirectory(cxcore)
add_subdirectory(ml) add_subdirectory(ml)
add_subdirectory(cxts) add_subdirectory(cxts)
if(WITH_CUDA) #if(WITH_CUDA)
set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU") # 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) add_subdirectory(gpu)
endif() # endif()
endif() #endif()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment