turn off cmake test building

This commit is contained in:
zdenop 2018-10-13 20:48:10 +02:00
parent 4734317499
commit 6cee0528f5

View File

@ -111,7 +111,7 @@ endif()
find_package(OpenCL QUIET)
option(BUILD_TRAINING_TOOLS "Build training tools" ON)
option(BUILD_TESTS "Build tests" ON)
option(BUILD_TESTS "Build tests" OFF)
###############################################################################
#