Commit c13df09f authored by Andrey Morozov's avatar Andrey Morozov

minor fix

parent 54081f26
......@@ -5,7 +5,9 @@ add_subdirectory(cxcore)
add_subdirectory(ml)
add_subdirectory(cxts)
set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
if(WITH_CUDA)
set (BUILD_TESTS_GPU OFF CACHE BOOL "Build tests GPU")
endif()
if(BUILD_TESTS_GPU AND WITH_CUDA)
add_subdirectory(gpu)
......
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