Skip to content

Commit

Permalink
turn off cmake test building
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Oct 13, 2018
1 parent 4734317 commit 6cee052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

###############################################################################
#
Expand Down

0 comments on commit 6cee052

Please sign in to comment.