include gpu tests in dally build
This commit is contained in:
parent
abfcf8a257
commit
1c95a4fdac
@ -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()
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user