Skip to content

Commit 6cee052

Browse files
committed
turn off cmake test building
1 parent 4734317 commit 6cee052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ endif()
111111
find_package(OpenCL QUIET)
112112

113113
option(BUILD_TRAINING_TOOLS "Build training tools" ON)
114-
option(BUILD_TESTS "Build tests" ON)
114+
option(BUILD_TESTS "Build tests" OFF)
115115

116116
###############################################################################
117117
#

0 commit comments

Comments
 (0)